Skip to content

Commit

Permalink
Adjust permissions
Browse files Browse the repository at this point in the history
See #230
  • Loading branch information
kwk committed Jan 30, 2024
1 parent 20f16ca commit f66b8f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-snapshot-tarballs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ on:
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#schedule
- cron: '0 0 * * *'

permissions:
packages: write
actions: write

This comment has been minimized.

Copy link
@nikic

nikic Jan 30, 2024

Collaborator

I think what you need is contents: write. packages is a different feature, unrelated to releases.

This comment has been minimized.

Copy link
@kwk

kwk Jan 31, 2024

Author Collaborator

Thank you. I had this fixed already in d7b2943 and only saw your comment now.


jobs:

# In order to re-build source snapshots and upload them, we must first delete
Expand Down

0 comments on commit f66b8f8

Please sign in to comment.