Skip to content

Commit

Permalink
ci: use org secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Apr 18, 2021
1 parent ce477e0 commit ddbb7f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: maxheld83/ghpages@master
env:
BUILD_DIR: docs/public/
GH_PAT: ${{ secrets.GH_PAT }}
GH_PAT: ${{ secrets.OCTOKITBOT_PAT }}

0 comments on commit ddbb7f0

Please sign in to comment.