Skip to content

Commit

Permalink
feat: secrets to env (Fixing Figma workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfabrega authored Oct 9, 2020
1 parent 383f51d commit 36ef37c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
FIGMA_PERSONAL_ACCESS_TOKEN: ${{ secrets.FIGMA_PERSONAL_ACCESS_TOKEN }}
FIGMA_TOKENS_DOCUMENT: ${{ secrets.FIGMA_TOKENS_DOCUMENT }}
run: yarn semantic-release

0 comments on commit 36ef37c

Please sign in to comment.