Skip to content

Commit 241e0d5

Browse files
committed
chore: use the ref now
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 5e8fa88 commit 241e0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Trigger add workflow
123123
uses: actions/github-script@v7
124124
with:
125-
github-token: ${{ secrets.GITHUB_TOKEN }}
125+
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
126126
script: |
127127
const targetRef = context.payload.pull_request
128128
? context.payload.pull_request.base.ref

0 commit comments

Comments
 (0)