Skip to content

Commit 118c4cd

Browse files
committed
chore: update token for github test 4
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 0475a57 commit 118c4cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sync-issue-labels-compute.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ jobs:
187187

188188
dispatch-add:
189189
needs: compute-labels
190-
# if: ${{ needs.compute-labels.outputs.is_fork_pr != 'true' }}
191190
runs-on: ubuntu-latest
192191
steps:
193192
- name: Trigger add workflow
@@ -196,7 +195,7 @@ jobs:
196195
workflow: .github/workflows/sync-issue-labels-add.yml
197196
repo: ${{ github.repository }}
198197
ref: main
199-
token: ${{ secrets.GITHUB_TOKEN }}
198+
token: ${{ secrets.GH_ACCESS_TOKEN }}
200199
inputs: >-
201200
{
202201
"upstream_run_id":"${{ github.run_id }}",
@@ -205,4 +204,3 @@ jobs:
205204
"is_fork_pr":"${{ needs.compute-labels.outputs.is_fork_pr }}"
206205
}
207206
208-

0 commit comments

Comments
 (0)