ci: Add token for pushing tags

This commit is contained in:
Gerald Pinder 2024-01-24 18:25:49 -05:00
parent 4d2e56292d
commit 8c9a5fc5ec

View file

@ -21,6 +21,7 @@ jobs:
with:
fetch-depth: 0
fetch-tags: true
token: ${{ secrets.GIT_REPO_TOKEN }}
#Deps
- name: Set up Earthly