Skip to content

Commit f1f134a

Browse files
committed
chore: add missing secret
1 parent 1055a78 commit f1f134a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,7 @@ jobs:
9696
GITHUB_TOKEN: ${{ steps.github_creds.outputs.token }}
9797
GITHUB_OIDC_TOKEN: ${{ steps.oidc.outputs.token }}
9898
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
99+
CFA_PROJECT_ID: ${{ secrets.CFA_PROJECT_ID }}
100+
CFA_SECRET: ${{ secrets.CFA_SECRET }}
99101

100102

0 commit comments

Comments
 (0)