Skip to content

Commit

Permalink
ci: revert token changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raininforest committed Dec 27, 2024
1 parent 0433a8b commit f119a7d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
description: 'Version Name'
required: true

permissions: write-all

concurrency:
# New commit on branch cancels running workflows of the same branch
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand All @@ -23,7 +21,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_TOKEN }}

- name: Retrieve tag exists flag
uses: mukunku/[email protected]
Expand Down

0 comments on commit f119a7d

Please sign in to comment.