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.
2 parents 36514ed + 44f077b commit 31b9fddCopy full SHA for 31b9fdd
1 file changed
.github/workflows/pboproject.yml
@@ -6,6 +6,11 @@ on:
6
- master
7
pull_request_target:
8
9
+permissions:
10
+ contents: read
11
+ checks: write
12
+ statuses: write
13
+
14
jobs:
15
pboproject:
16
runs-on: windows-latest
@@ -35,6 +40,7 @@ jobs:
35
40
uses: actions/checkout@v6
36
41
if: ${{ github.event_name == 'pull_request_target' }}
37
42
with:
43
+ allow-unsafe-pr-checkout: true
38
44
path: pullrequest
39
45
ref: 'refs/pull/${{ github.event.number }}/merge'
46
- name: Replace addons with pull request addons
0 commit comments