Skip to content

Commit 659aa96

Browse files
authored
fix(ci): Correct reference to GitHub token (#258)
1 parent 94d25ce commit 659aa96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
env:
113113
DESTINATION_BRANCH: ${{ github.event.pull_request.head.ref }}
114114
FILE_TO_COMMIT: ${{ inputs.package-name }}/README.md
115-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
115+
GITHUB_TOKEN: ${{ github.token }}
116116
shell: bash
117117
run: |
118118
### Signed commit workaround - if we do a normal `git commit` here, it will be unsigned

0 commit comments

Comments
 (0)