Skip to content

Commit

Permalink
Merge pull request #36 from stakater/token-update
Browse files Browse the repository at this point in the history
Replace expired token
  • Loading branch information
rasheedamir authored Sep 11, 2024
2 parents c63c2bc + 00986bb commit 602da06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
fetch-depth: 0
- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.70.0
uses: anothrNick/github-tag-action@1.67.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 602da06

Please sign in to comment.