We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c02db commit b10d648Copy full SHA for b10d648
.github/workflows/build.yml
@@ -200,13 +200,10 @@ jobs:
200
scenario:
201
- default
202
steps:
203
- # With this task in place the GitHub runners run out of
204
- # resources and crash. See cisagov/skeleton-ansible-role#211
205
- # for more details.
206
- # - uses: GitHubSecurityLab/actions-permissions/monitor@v1
207
- # with:
208
- # # Uses the organization variable unless overridden
209
- # config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
+ - uses: GitHubSecurityLab/actions-permissions/monitor@v1
+ with:
+ # Uses the organization variable unless overridden
+ config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
210
- id: harden-runner
211
name: Harden the runner
212
uses: step-security/harden-runner@v2
0 commit comments