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

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
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

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
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)