Skip to content

Commit

Permalink
Use alternate actions-permissions Action
Browse files Browse the repository at this point in the history
Use a branch from my fork that includes some fixing and debugging.
  • Loading branch information
mcdonnnj committed Nov 15, 2024
1 parent 7b300dc commit 54c29a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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@testing
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@testing
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
scenario:
- default
steps:
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
- uses: mcdonnnj/actions-permissions/monitor@testing
with:
# Uses the organization variable unless overridden
config: ${{ vars.ACTIONS_PERMISSIONS_CONFIG }}
Expand Down

0 comments on commit 54c29a1

Please sign in to comment.