We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3faac commit 5872846Copy full SHA for 5872846
.github/workflows/s3-upload.yml
@@ -11,13 +11,10 @@ jobs:
11
env:
12
AWS_REGION: us-east-2
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ id-token: write
16
+ contents: read
17
steps:
-
- - name: Git clone the repository
- uses: actions/checkout@v1
18
19
20
- ################### Steps mentioned in this block would later be moved to the cloud’s login action#######################
21
- run: |
22
IDTOKEN=$(curl -H "Authorization: bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" "$ACTIONS_ID_TOKEN_REQUEST_URL&audience=sigstore" | jq -r '.value')
23
echo $IDTOKEN
0 commit comments