We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d9c6b commit da85e04Copy full SHA for da85e04
.github/workflows/run-test.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: main
6
paths-ignore: "docs/**"
7
- pull_request:
+ pull_request_target:
8
9
10
workflow_dispatch:
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v3
18
with:
19
fetch-depth: 0
20
- token: ${{ secrets.PAT_TOKEN }}
+ token: ${{ github.token }}
21
- name: retag latest commit for testing
22
run: |
23
git config user.name 'github-actions'
0 commit comments