Skip to content

Commit

Permalink
use PAT to trigger release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 7, 2021
1 parent 3634420 commit 06fce38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ jobs:
uses: ridedott/merge-me-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

auto-gen-release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.EMMET_SEMVER_BUMP_TOKEN }}
steps:
- uses: rymndhng/release-on-push-action@v0.20.0
with:
Expand Down

0 comments on commit 06fce38

Please sign in to comment.