We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d25ce commit 659aa96Copy full SHA for 659aa96
1 file changed
.github/actions/action.yml
@@ -112,7 +112,7 @@ runs:
112
env:
113
DESTINATION_BRANCH: ${{ github.event.pull_request.head.ref }}
114
FILE_TO_COMMIT: ${{ inputs.package-name }}/README.md
115
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ github.token }}
116
shell: bash
117
run: |
118
### Signed commit workaround - if we do a normal `git commit` here, it will be unsigned
0 commit comments