Skip to content

Commit 07ac375

Browse files
committed
adding correct permissions
1 parent 5c6e9ae commit 07ac375

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .github/workflows/nodejs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Node CI
22

33
on: push
4+
5+
permissions:
6+
contents: read
7+
48
jobs:
59
build:
610
runs-on: ubuntu-latest

Diff for: .github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
types: [created]
66

77
permissions:
8+
contents: read
89
id-token: write
910

1011
jobs:

0 commit comments

Comments
 (0)