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 2fff16e commit df96472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ on:
push:
branches:
- master

jobs:
release-on-push:
name: Create Release on Push
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GitHub_PAT }}
GITHUB_TOKEN: ${{ secrets.VANITYSSHGO_PAT }}
steps:
- uses: rymndhng/release-on-push-action@master
with:
Expand Down

0 comments on commit df96472

Please sign in to comment.