We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef9f5b commit 8b3bbddCopy full SHA for 8b3bbdd
1 file changed
.github/workflows/semantic-release.yaml
@@ -18,5 +18,5 @@ jobs:
18
id: semrel
19
uses: go-semantic-release/action@v1.17
20
with:
21
- github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
22
allow-initial-development-versions: true
0 commit comments