Skip to content

Commit

Permalink
add GITHUB_TOKEN env to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dylemma committed Mar 30, 2021
1 parent b12cb9a commit d959b3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
jobs:
test:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit d959b3c

Please sign in to comment.