Skip to content

Commit

Permalink
ci: use GH_PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
3nvi committed May 27, 2021
1 parent 0f143fa commit f554a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_PAT }}

- name: Bootstrap packages
run: |
Expand Down

0 comments on commit f554a86

Please sign in to comment.