Skip to content

Commit

Permalink
ci: just use the normal token
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Nov 3, 2023
1 parent fcc2870 commit 8fb3812
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- uses: actions/checkout@v4
# TODO - still have to use PAT to bypass branch protections
# https://github.com/orgs/community/discussions/13836
with:
token: ${{ secrets.BOT_PAT }}
# with:
# token: ${{ secrets.BOT_PAT }}

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -55,7 +55,7 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release create ${{needs.create-tag.outputs.new_tag}} --generate-notes --draft --repo open-goal/decky-plugin
gh release create ${{ steps.version_bump.outputs.new_tag }} --generate-notes --draft --repo open-goal/decky-plugin
build-and-release-plugin:
if: github.repository == 'open-goal/decky-plugin'
Expand All @@ -67,7 +67,7 @@ jobs:
ref: "main"
# TODO - still have to use PAT to bypass branch protections
# https://github.com/orgs/community/discussions/13836
token: ${{ secrets.BOT_PAT }}
# token: ${{ secrets.BOT_PAT }}

- name: Install Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 8fb3812

Please sign in to comment.