diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 13:43:28 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 13:43:28 +0000 |
commit | e21dbf8c5394154c20a95a7596afe5cba7e51ad8 (patch) | |
tree | 3feb8824924e706a76e9a62867ec7d425d24a31f /.github/workflows | |
parent | changed ubuntu-latest to see whether it makes a difference (diff) | |
download | milla-e21dbf8c5394154c20a95a7596afe5cba7e51ad8.tar.gz milla-e21dbf8c5394154c20a95a7596afe5cba7e51ad8.zip |
set id-token permission to read
Diffstat (limited to '.github/workflows')
-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 |