Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 5a73eb8

Browse files
authored
Merge pull request #28 from MemerGamer/24-implementing-automatic-releases-with-release-please
fix(ci/cd): fixed secret name
2 parents 575c2f1 + 269d9d2 commit 5a73eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# this assumes that you have created a personal access token
1919
# (PAT) and configured it as a GitHub action secret named
2020
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
21-
token: ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
21+
token: ${{ secrets.GITHUB_TOKEN }}
2222
# this is a built-in strategy in release-please, see "Action Inputs"
2323
# for more options
2424
release-type: simple

0 commit comments

Comments
 (0)