Skip to content

Commit

Permalink
ci: add release token for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
mailo-nr committed Feb 24, 2025
1 parent 20cb580 commit 08df825
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0 # required for tag metadata
token: ${{ secrets.RELEASE_TOKEN }} # Uses a PAT to ensure subsequent workflows get triggered

- name: Set up Git
run: |
Expand Down

0 comments on commit 08df825

Please sign in to comment.