Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
use a token which is not the default token so that other actions can …
Browse files Browse the repository at this point in the history
…be triggered based on this action
  • Loading branch information
JakeChampion committed Apr 17, 2020
1 parent a783008 commit dfbddb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-tag-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
name: Create new version/tag
if: github.event.pull_request.merged # Only run on merged pull-requests
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.ORIGAMI_GITHUB_TOKEN }}

0 comments on commit dfbddb7

Please sign in to comment.