Skip to content

Commit

Permalink
fix(autotag): re-use PAT (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Tauro <[email protected]>
  • Loading branch information
eyenx authored Oct 31, 2024
1 parent 1ace9ec commit 9f27482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/autotag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,5 +16,5 @@ jobs:
id: semrel
uses: go-semantic-release/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PAT }}
allow-initial-development-versions: true

0 comments on commit 9f27482

Please sign in to comment.