Skip to content

Commit ea4e98d

Browse files
authored
Merge pull request #228 from AthennaIO/develop
cd(npm): add content write permission
2 parents 149a4fd + 5a7e98b commit ea4e98d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ on:
55
branches:
66
- main
77

8-
permissions:
9-
contents: read
10-
id-token: write
11-
128
jobs:
139
build:
1410
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
13+
id-token: write
1514
steps:
1615
- name: Checkout
1716
uses: actions/checkout@v2

0 commit comments

Comments
 (0)