Skip to content

Commit

Permalink
fix: add env vars to github action.
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Ribó Labrador <elribonazo@gmail.com>
  • Loading branch information
elribonazo committed Dec 16, 2023
1 parent 847e0cb commit 4e1cecf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
npm run docs
- uses: stefanzweifel/git-auto-commit-action@v5
env:
GH_TOKEN: ${{ secrets.PLUTO_GITHUB }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
push_options: '--force'
commit_message: "chore(docs): Rebuild docs [skip ci]"
Expand Down

0 comments on commit 4e1cecf

Please sign in to comment.