Skip to content

Commit

Permalink
fix(actions): Make it possible for users with write access to make pr…
Browse files Browse the repository at this point in the history
…eview releases (#10903)
  • Loading branch information
Princesseuh committed Apr 29, 2024
1 parent 7698036 commit b6f011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
issues: write
pull-requests: write
steps:
- name: "Check if user has admin access (only admins can publish snapshot releases)."
- name: "Check if user has write access"
uses: "lannonbr/[email protected]"
with:
permission: "admin"
permission: "write"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit b6f011d

Please sign in to comment.