Skip to content

Commit d31afc6

Browse files
committed
[CI] try to trigger job from gh action commit
1 parent d1821d2 commit d31afc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/trigger_ci_empty_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: trigger-ci-empty-commit
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [labeled]
66

77
concurrency:
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
repository: ${{ github.event.pull_request.head.repo.full_name }}
5050
ref: ${{ github.event.pull_request.head.ref }}
51-
token: ${{ secrets.GITHUB_TOKEN }}
51+
token: ${{ secrets.GHACTION_PAT }}
5252

5353
- name: Create and push empty commit
5454
if: steps.can_push.outputs.can_push == 'true'

0 commit comments

Comments
 (0)