diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 4aa9806..fadb95b 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -12,6 +12,7 @@ jobs: packages: write contents: read attestations: write + id-token: read steps: - name: Check out the repo uses: actions/checkout@v4 |