Skip to content

Commit

Permalink
ci: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMarble committed Mar 26, 2024
1 parent 7d44beb commit 2684779
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
- uses: actions/checkout@v2
- name: Install Go
Expand All @@ -23,4 +21,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2684779

Please sign in to comment.