Skip to content

Commit 24c5c83

Browse files
authored
fix token error
1 parent 0fd2815 commit 24c5c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,7 @@ runs:
7474
- name: Update workflow run status
7575
id: update-status
7676
if: ${{ env.BROKEN_PATHS != '' || env.PATHS_TRACKING != '' || env.URLS_TRACKING != '' || env.URLS_LOCALE != ''}}
77+
env:
78+
GH_TOKEN: ${{ inputs.github-token }}
7779
run: echo "::set-output name=isValid::1"
7880
shell: bash

0 commit comments

Comments
 (0)