Skip to content

Commit

Permalink
Merge pull request #41 from stakater/update_token
Browse files Browse the repository at this point in the history
Update expired token
  • Loading branch information
rasheedamir authored Sep 10, 2024
2 parents 5caf8d1 + 0d3ab39 commit 0363bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.70.0
env:
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
DEFAULT_BUMP: patch
RELEASE_BRANCHES: main

0 comments on commit 0363bd5

Please sign in to comment.