Skip to content

Commit

Permalink
Update workflow permissions check to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Yorkley committed Jun 20, 2023
1 parent f6db691 commit 98a56bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check user has write access"
uses: "lannonbr/[email protected].0"
uses: "lannonbr/[email protected].2"
with:
permission: "write"
env:
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check user has write access"
uses: "lannonbr/[email protected].0"
uses: "lannonbr/[email protected].2"
with:
permission: "write"
env:
Expand Down

0 comments on commit 98a56bf

Please sign in to comment.