Skip to content

Commit

Permalink
ci: fix token for semantic tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ko committed Feb 18, 2025
1 parent f33ffb5 commit 6686693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/semantic_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand All @@ -20,5 +22,5 @@ jobs:

- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx [email protected]

0 comments on commit 6686693

Please sign in to comment.