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.
1 parent 977c10e commit d812186Copy full SHA for d812186
3 files changed
.github/workflows/macos.yml
@@ -16,6 +16,8 @@ on:
16
17
jobs:
18
build:
19
+ permissions:
20
+ contents: read
21
strategy:
22
matrix:
23
node-version: [24]
.github/workflows/ubuntu.yml
@@ -17,6 +17,8 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
24
.github/workflows/windows.yml
@@ -15,11 +15,10 @@ on:
15
workflow_dispatch:
-permissions:
- contents: read
-
25
0 commit comments