Skip to content

Commit 0ad3f41

Browse files
authored
Merge pull request #229 from digital-go-jp/develop
Fix formatting of GH_TOKEN assignment in CI workflow
2 parents 8fc0e7d + f3bfd74 commit 0ad3f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ jobs:
8484
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
8585
npm publish . --access public
8686
env:
87-
# GH_TOKEN: ${{ secrets.G_ACTIONS_TOKEN_FOR_PR }}
87+
GH_TOKEN: ${{ secrets.G_ACTIONS_TOKEN_FOR_PR }}
8888
GITHUB_TOKEN: ${{ secrets.G_ACTIONS_TOKEN_FOR_PR }}

0 commit comments

Comments
 (0)