Skip to content

Commit

Permalink
check if write-all works
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 11, 2024
1 parent 4e6e209 commit 4b36d59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- hook-janitor
- hook-worker
runs-on: depot-ubuntu-22.04-4
permissions:
id-token: write # allow issuing OIDC tokens for this workflow run
contents: read # allow reading the repo contents
packages: write # allow push to ghcr.io
permissions: write-all
# permissions:
# id-token: write # allow issuing OIDC tokens for this workflow run
# contents: read # allow reading the repo contents
# packages: write # allow push to ghcr.io

defaults:
run:
Expand Down

0 comments on commit 4b36d59

Please sign in to comment.