Skip to content

Commit

Permalink
ci: pass missing OIDC secret to CFA publish (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 28, 2024
1 parent bc8a985 commit ac89967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
env:
CFA_PROJECT_ID: ${{ secrets.CFA_PROJECT_ID }}
CFA_SECRET: ${{ secrets.CFA_SECRET }}
GITHUB_OIDC_TOKEN: ${{ steps.oidc.outputs.token }}
run: node script/publish.js
- name: Create Release
env:
Expand Down

0 comments on commit ac89967

Please sign in to comment.