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