We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee58e7 commit e12646cCopy full SHA for e12646c
1 file changed
.github/workflows/deploy.yml
@@ -3,7 +3,10 @@ name: CD
3
on:
4
workflow_dispatch:
5
6
-permissions: read-all
+permissions:
7
+ id-token: write
8
+ contents: read
9
+
10
11
jobs:
12
deploy_prod:
@@ -12,9 +15,6 @@ jobs:
15
environment:
13
16
name: Prod.env
14
17
runs-on: ubuntu-latest
- permissions:
- contents: read
- id-token: write
18
19
strategy:
20
matrix:
@@ -34,4 +34,3 @@ jobs:
34
semantic_version: 19.0.2
35
env:
36
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
37
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments