Skip to content

Commit e46f50c

Browse files
authored
Merge pull request #1537 from crazy-max/zizmor-fixes
ci: restrict update-dist GitHub App token scope
2 parents 789f686 + 69b698e commit e46f50c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
app-id: ${{ secrets.GHACTIONS_REPO_WRITE_APP_ID }}
2727
private-key: ${{ secrets.GHACTIONS_REPO_WRITE_APP_PRIVATE_KEY }}
2828
owner: docker
29+
repositories: build-push-action
30+
permission-contents: write
2931
-
3032
name: Checkout
3133
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)