ci: Add token for pushing tags
This commit is contained in:
parent
4d2e56292d
commit
8c9a5fc5ec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tag.yml
vendored
1
.github/workflows/tag.yml
vendored
|
|
@ -21,6 +21,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
fetch-tags: true
|
||||
token: ${{ secrets.GIT_REPO_TOKEN }}
|
||||
|
||||
#Deps
|
||||
- name: Set up Earthly
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue