We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a61cc4 commit 2ec08c9Copy full SHA for 2ec08c9
2 files changed
.github/workflows/deploy.yaml
@@ -10,6 +10,7 @@ on:
10
type: string
11
description: Name of the file to be deployed to S3
12
13
+# Redundant, however leaving here for good measure as this is required
14
permissions:
15
id-token: write
16
contents: read
.github/workflows/download.yaml
@@ -74,5 +74,8 @@ jobs:
74
needs: download
75
with:
76
artifact-name: $ARTIFACT_NAME
77
+ permissions:
78
+ id-token: write
79
+ contents: read
80
if: ${{ needs.download.outputs.file-byte-count > 1 }}
81
0 commit comments