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 989be43 commit e27743fCopy full SHA for e27743f
.github/workflows/deploy.yml
@@ -7,9 +7,6 @@ on:
7
required: true
8
type: string
9
10
-permissions:
11
- contents: read
12
-
13
env:
14
BIN_NAME: cotp
15
PROJECT_NAME: cotp
@@ -19,6 +16,8 @@ jobs:
19
16
dist:
20
17
name: Dist
21
18
runs-on: ${{ matrix.os }}
+ permissions:
+ contents: read
22
strategy:
23
fail-fast: false # don't fail other jobs if one fails
24
matrix:
@@ -145,7 +144,7 @@ jobs:
145
144
needs: [dist]
146
runs-on: ubuntu-latest
147
permissions:
148
- contents: write
149
steps:
150
- name: Checkout sources
151
uses: actions/checkout@v4
0 commit comments