Skip to content

Commit cc9a129

Browse files
fix: include GITHUB_OIDC_TOKEN
1 parent c6c8efe commit cc9a129

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ runs:
5252
env:
5353
GITHUB_ACTION: 1
5454
GITHUB_TOKEN: ${{ steps.github_creds.outputs.token }}
55+
GITHUB_OIDC_TOKEN: ${{ steps.oidc.outputs.token }}
5556
CFA_PROJECT_ID: ${{ inputs.project-id }}
5657
CFA_SECRET: ${{ inputs.secret }}
5758
NPM_TOKEN: ${{ inputs.npm-token }}

0 commit comments

Comments
 (0)