Skip to content

Commit

Permalink
Merge pull request #907 from uc-cdis/fix/ci-token
Browse files Browse the repository at this point in the history
fix(ci-token): use GITHUB_TOKEN
  • Loading branch information
williamhaley committed Apr 20, 2021
2 parents 6055e4b + b1b933f commit 83560bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:

- uses: uc-cdis/wool@master
env:
GITHUB_TOKEN: ${{ secrets.PLANXCYBORG_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83560bb

Please sign in to comment.