Skip to content

Commit

Permalink
Update create-release-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielewood authored Jun 5, 2022
1 parent b69b56d commit 2fff16e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
release-on-push:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GitHub_PAT }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: minor
token: ${{ secrets.GitHub_PAT }}

0 comments on commit 2fff16e

Please sign in to comment.