Skip to content

Commit

Permalink
ci: use PAT to avoid permission denied error
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <[email protected]>
  • Loading branch information
reubenmiller committed Feb 15, 2024
1 parent 1853b75 commit 36bd88e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autotag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.ACTIONS_PAT}}
- name: Create tag if changed
run: |
VERSION=$(yq '.workspace.package.version' Cargo.toml)
Expand Down

0 comments on commit 36bd88e

Please sign in to comment.