Skip to content

Commit

Permalink
Merge pull request #9 from thelastfantasy/v1.2.0-release-1
Browse files Browse the repository at this point in the history
fix: add token configuration for checkout step in release workflow
  • Loading branch information
thelastfantasy authored Oct 19, 2024
2 parents 49459cd + ca05044 commit 3900cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
token: ${{ secrets.PAT_TOKEN }}

- name: Validate branch name and extract version
id: validate_title
Expand Down

0 comments on commit 3900cac

Please sign in to comment.