Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SHSharkar authored Nov 14, 2024
1 parent 273b467 commit 23d2e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ButlerLogic/action-autotag@1.1.2
env:
GITHUB_TOKEN: '${{ secrets.GTHB_TOKEN }}'
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

delete_draft_tags:
needs: create_tag
Expand All @@ -21,4 +21,4 @@ jobs:
- name: Delete draft release tags
uses: hugo19941994/delete-draft-releases@v1.0.1
env:
GITHUB_TOKEN: ${{ secrets.GTHB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 23d2e6b

Please sign in to comment.