Skip to content

Commit 8b3bbdd

Browse files
committed
fix(semantic-release.yaml): switch to default GITHUB_TOKEN
Signed-off-by: Toni Tauro <toni.tauro@adfinis.com>
1 parent eef9f5b commit 8b3bbdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
id: semrel
1919
uses: go-semantic-release/action@v1.17
2020
with:
21-
github-token: ${{ secrets.BOT_ACCESS_TOKEN }}
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
allow-initial-development-versions: true

0 commit comments

Comments
 (0)