Skip to content

Commit

Permalink
Merge pull request #16 from nodenv/permissions
Browse files Browse the repository at this point in the history
fix release workflow permissions
  • Loading branch information
jasonkarns authored May 26, 2024
2 parents 86767bf + 102a940 commit c930477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release
on: workflow_call
permissions: { contents: write }

jobs:
github:
permissions: { contents: write }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c930477

Please sign in to comment.