Skip to content

Commit

Permalink
fix(ci): setup id-token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 16, 2025
1 parent 533730c commit 8463d76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
default: true
workflow_dispatch:

permissions:
id-token: write
contents: read

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8463d76

Please sign in to comment.