Skip to content

Commit

Permalink
ci(github-actions): tag should be pushed by service account to trigge…
Browse files Browse the repository at this point in the history
…r other workflows
  • Loading branch information
bl4ko committed Feb 21, 2025
1 parent bd3a711 commit abe942c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/semantic_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
Expand All @@ -22,5 +20,5 @@ jobs:

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

0 comments on commit abe942c

Please sign in to comment.