Skip to content

Commit

Permalink
Add github token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 28, 2022
1 parent 1c0a507 commit a287c7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- run: npm run generate-default-env
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- run: rm .env
- run: git reset --hard && git clean -fd
- uses: superfly/flyctl-actions/setup-flyctl@master
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- run: npm run generate-default-env
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- run: rm .env
- run: git reset --hard && git clean -fd
- uses: bcomnes/npm-bump@v2.1.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- run: npm run generate-default-env
- run: npm test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for api access rate limiting
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
with:
Expand Down

0 comments on commit a287c7d

Please sign in to comment.