Skip to content

Commit 6d2dc35

Browse files
authored
Merge pull request #171 from gocardless/fix-auto-release-publish
Use the correct token for triggering publish
2 parents ba1af8c + 6712a12 commit 6d2dc35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
git push origin v${{ steps.version.outputs.version }}
4343
gh release create v${{ steps.version.outputs.version }} --generate-notes
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GOCARDLESS_CI_ROBOT_TOKEN }}

0 commit comments

Comments
 (0)