Skip to content

Commit

Permalink
ci: set secrets before CFA publish (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 28, 2024
1 parent 77f0a20 commit bc8a985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
- name: Check NPM Credentials
run: npm whoami
- name: CFA Publish
env:
CFA_PROJECT_ID: ${{ secrets.CFA_PROJECT_ID }}
CFA_SECRET: ${{ secrets.CFA_SECRET }}
run: node script/publish.js
- name: Create Release
env:
Expand Down

0 comments on commit bc8a985

Please sign in to comment.