We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5109a commit 2b22375Copy full SHA for 2b22375
.github/workflows/publish.yml
@@ -11,11 +11,10 @@ on:
11
12
permissions:
13
contents: read
14
+ statuses: write
15
16
jobs:
17
call-test-build:
- permissions:
18
- statuses: write
19
uses: ./.github/workflows/testbuild.yml
20
21
publish-artifacts:
.github/workflows/testbuild.yml
@@ -7,6 +7,7 @@ on:
7
8
9
10
@@ -36,8 +37,6 @@ jobs:
36
37
38
style:
39
runs-on: ubuntu-22.04
40
41
env:
42
GH_TOKEN: ${{ github.token }}
43
steps:
@@ -61,8 +60,6 @@ jobs:
61
60
62
typing:
63
64
65
66
67
68
0 commit comments