Skip to content

Commit

Permalink
Update release.yml to use PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 9, 2020
1 parent e62b6ad commit 5c6a3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Upload the bottle to the GitHub release
uses: actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./carton--${{ github.event.release.tag_name }}.catalina.bottle.tar.gz
Expand All @@ -46,4 +46,4 @@ jobs:
Add bottle for hello ${{ github.event.release.tag_name }}
on macOS Catalina
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}

0 comments on commit 5c6a3d0

Please sign in to comment.