Skip to content

Commit b690a27

Browse files
committed
ci: fix depot docker permissions
1 parent 9a0678a commit b690a27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ jobs:
158158
docker:
159159
name: "Build & Push Docker Images"
160160
needs: [setup]
161+
permissions:
162+
# Allows Depot to authenticate with GitHub OIDC
163+
id-token: write
164+
# Allow reading repository contents
165+
contents: read
161166
strategy:
162167
matrix:
163168
include:

0 commit comments

Comments
 (0)