Skip to content

Commit

Permalink
ci: add permissions for github token refresh-manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Jan 23, 2025
1 parent 9909e24 commit 4fe171e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
download-manifests-and-commit:
needs: [refresh-and-upload-manifests, download-manifests-and-nix-build]
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 4fe171e

Please sign in to comment.