Skip to content

Commit

Permalink
add write permission to GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Sep 17, 2023
1 parent c5bca94 commit 456d4e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
permissions:
packages: write

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
push:
runs-on: ubuntu-latest
if: github.event_name == 'push'
permissions:
packages: write

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 456d4e7

Please sign in to comment.