Skip to content

Commit d2b7a39

Browse files
authored
Merge pull request #56 from github/campaign-fix-2-1
Potential fixes for 2 code scanning alerts
2 parents 5f83e07 + 8678931 commit d2b7a39

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish
22

3+
permissions:
4+
contents: read
5+
36
on:
47
release:
58
types: [created]

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Node CI
33
on: [push]
44
jobs:
55
build:
6+
permissions:
7+
contents: read
68
runs-on: macos-latest
79
steps:
810
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)