We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1821d2 commit d31afc6Copy full SHA for d31afc6
1 file changed
.github/workflows/trigger_ci_empty_commit.yml
@@ -1,7 +1,7 @@
1
name: trigger-ci-empty-commit
2
3
on:
4
- pull_request_target:
+ pull_request:
5
types: [labeled]
6
7
concurrency:
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 0
49
repository: ${{ github.event.pull_request.head.repo.full_name }}
50
ref: ${{ github.event.pull_request.head.ref }}
51
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GHACTION_PAT }}
52
53
- name: Create and push empty commit
54
if: steps.can_push.outputs.can_push == 'true'
0 commit comments