Skip to content

Commit fcadb4e

Browse files
committed
chore: update token for github
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 35d938b commit fcadb4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,13 @@ jobs:
196196
workflow: .github/workflows/sync-issue-labels-add.yml
197197
repo: ${{ github.repository }}
198198
ref: main
199-
token: ${{ secrets.GH_ACCESS_TOKEN }}
199+
token: ${{ secrets.GITHUB_TOKEN }}
200200
inputs: >-
201201
{
202202
"upstream_run_id":"${{ github.run_id }}",
203203
"pr_number":"${{ needs.compute-labels.outputs.pr_number }}",
204204
"dry_run":"${{ needs.compute-labels.outputs.dry_run }}",
205205
"is_fork_pr":"${{ needs.compute-labels.outputs.is_fork_pr }}"
206206
}
207+
208+

0 commit comments

Comments
 (0)