Skip to content

Commit

Permalink
Use mcdonnnj's fork of GitHubSecurityLab/actions-permissions
Browse files Browse the repository at this point in the history
This fork has a branch that set an additional environment variable for
AWS tools.
  • Loading branch information
mcdonnnj committed Dec 13, 2024
1 parent 3df77b9 commit 486adfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
# Note that a duplicate of this step must be added at the top of
# each job.
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand All @@ -62,7 +62,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
contents: read
runs-on: ubuntu-latest
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
# - arm64
- x86_64
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: mcdonnnj/actions-permissions/monitor@improvement/set_aws_ca_bundle
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand Down

0 comments on commit 486adfa

Please sign in to comment.