Skip to content
This repository has been archived by the owner on Apr 10, 2020. 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 (#129)
  • Loading branch information
Jake Champion committed Apr 9, 2020
1 parent 86e620b commit 9ffb744
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 9ffb744

Please sign in to comment.