Skip to content

Commit 41eab84

Browse files
committed
Let's try it again to fix PR issues
1 parent ea105d4 commit 41eab84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr-check-deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pr
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
permissions:
77
contents: write
@@ -14,7 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
17-
token: ${{ secrets.PAT_TOKEN }}
17+
ref: ${{ github.event.pull_request.head.sha }}
18+
1819
- uses: actions/setup-python@v6
1920
with:
2021
python-version: 3.12

0 commit comments

Comments
 (0)