Skip to content

Commit f8976ca

Browse files
authoredApr 19, 2023
fix: add id-token access to publish action (#303)
1 parent 9e7136d commit f8976ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ jobs:
322322
shell: bash
323323
permissions:
324324
deployments: write
325+
id-token: write
325326
steps:
326327
- name: Checkout
327328
uses: actions/checkout@v3

‎lib/content/_job-release-integration.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ defaults:
55
shell: bash
66
permissions:
77
deployments: write
8+
id-token: write
89
steps:
910
- name: Checkout
1011
uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.