We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba1af8c + 6712a12 commit 6d2dc35Copy full SHA for 6d2dc35
1 file changed
.github/workflows/auto-release.yml
@@ -42,4 +42,4 @@ jobs:
42
git push origin v${{ steps.version.outputs.version }}
43
gh release create v${{ steps.version.outputs.version }} --generate-notes
44
env:
45
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GOCARDLESS_CI_ROBOT_TOKEN }}
0 commit comments