We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c05f8b + cfae0be commit 5a3b98bCopy full SHA for 5a3b98b
1 file changed
.github/workflows/test.yml
@@ -4,9 +4,20 @@ on:
4
pull_request:
5
schedule: [{ cron: "0 0 10 * *" }] # monthly https://crontab.guru/#0_0_10_*_*
6
workflow_dispatch:
7
-permissions: { contents: read }
+
8
+permissions: {}
9
10
jobs:
11
+ test:
12
+ uses: nodenv/.github/.github/workflows/test.yml@v5
13
+ with: { npm: false }
14
+ permissions:
15
+ contents: read
16
+ packages: read
17
+ id-token: write
18
+ security-events: write
19
+ statuses: write
20
21
brew-audit:
22
runs-on: macos-latest
23
steps:
@@ -43,13 +54,3 @@ jobs:
43
54
for formula in Formula/*; do
44
55
brew test "nodenv/nodenv/$(basename "${formula%.rb}")"
45
56
done
46
-
47
- test:
48
- uses: nodenv/.github/.github/workflows/test.yml@v5.2.0
49
- with: { npm: false }
50
- permissions:
51
- contents: read
52
- packages: read
53
- id-token: write
- security-events: write
- statuses: write
0 commit comments