Skip to content

Commit

Permalink
ci: Add id_token write permission to node-flow-deploy-release-artifact
Browse files Browse the repository at this point in the history
**Description**:

Adds missing permission

**Related Issue(s)**:

Fixes #17159

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Dec 21, 2024
1 parent 96f36cd commit f16b027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-flow-deploy-release-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ defaults:
shell: bash

permissions:
id-token: write
contents: read
actions: read

Expand Down

0 comments on commit f16b027

Please sign in to comment.