Skip to content

Commit e373fbf

Browse files
committed
Use the correct variable for github token for composite actions
1 parent 3a74fc8 commit e373fbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ runs:
105105
if: steps.discovery.outcome == 'success' && inputs.dry-run != 'true'
106106
shell: bash
107107
env:
108-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
108+
GITHUB_TOKEN: ${{ github.token }}
109109
run: |
110110
# Configure git
111111
git config user.name "github-actions[bot]"

0 commit comments

Comments
 (0)