Skip to content

Commit

Permalink
CI: push tag using bot token
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Oct 13, 2024
1 parent cdff3cc commit bb77a37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:
id: generate_release_tag
uses: amitsingh-007/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_BOT_TOKEN }}
tag_prefix: "v"
tag_template: "yyyy.mm.dd.i"

- name: Create Release
id: create_release
uses: ncipollo/release-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
with:
commit: ${{ github.event.workflow_run.head_sha }}
tag: ${{ steps.generate_release_tag.outputs.next_release_tag }}
Expand Down

0 comments on commit bb77a37

Please sign in to comment.