We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0678a commit b690a27Copy full SHA for b690a27
.github/workflows/release.yaml
@@ -158,6 +158,11 @@ jobs:
158
docker:
159
name: "Build & Push Docker Images"
160
needs: [setup]
161
+ permissions:
162
+ # Allows Depot to authenticate with GitHub OIDC
163
+ id-token: write
164
+ # Allow reading repository contents
165
+ contents: read
166
strategy:
167
matrix:
168
include:
0 commit comments