Skip to content

Commit

Permalink
try using tteokbokki's PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 2, 2023
1 parent 06c9da4 commit 8984328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
uses: actions/checkout@v3
- name: Publish release
uses: ghalactic/github-release-from-tag@v5
with:
token: ${{ secrets.RELEASE_PAT }}
2 changes: 2 additions & 0 deletions .github/workflows/publish_release_manual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ jobs:
ref: refs/tags/${{ github.event.inputs.tag }}
- name: Publish release
uses: ghalactic/github-release-from-tag@v5
with:
token: ${{ secrets.RELEASE_PAT }}

0 comments on commit 8984328

Please sign in to comment.