Skip to content

Commit

Permalink
chore: use karmarunnerbot's token for semantic-release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ginsburg committed Oct 20, 2021
1 parent 105da90 commit e9e795c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -15,8 +15,7 @@ jobs:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCS_GITHUB_TOKEN: ${{ secrets.DOCS_GITHUB_TOKEN }}
KARMARUNNERBOT_GITHUB_TOKEN: ${{ secrets.KARMARUNNERBOT_GITHUB_TOKEN }}
KARMA_TEST_NO_FALLBACK: 1
steps:
- uses: actions/checkout@v2
Expand All @@ -31,4 +30,4 @@ jobs:
- run: npm run test:e2e
- run: npm run test:client
- run: npm run test:integration
- run: npm run semantic-release
- run: GITHUB_TOKEN=$KARMARUNNERBOT_GITHUB_TOKEN npm run semantic-release

0 comments on commit e9e795c

Please sign in to comment.