From 3a8406be044b7a7b0f542bccd9e39081ef256b5d Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Thu, 9 Apr 2020 11:59:54 +0100 Subject: [PATCH] use a token which is not the default token so that other actions can be triggered based on this action --- .github/workflows/automatic-tag-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-tag-and-release.yml b/.github/workflows/automatic-tag-and-release.yml index c338372..6bb1c68 100644 --- a/.github/workflows/automatic-tag-and-release.yml +++ b/.github/workflows/automatic-tag-and-release.yml @@ -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 }} \ No newline at end of file + github-token: ${{ secrets.ORIGAMI_GITHUB_TOKEN }} \ No newline at end of file