Skip to content

Commit 440d4d5

Browse files
committed
update permissions in workflows
1 parent 28f3afc commit 440d4d5

File tree

7 files changed

+22
-0
lines changed

7 files changed

+22
-0
lines changed

.github/workflows/cljstest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: CLJS Tests
2+
3+
permissions:
4+
contents: read
5+
26
on: [push]
37

48
jobs:

.github/workflows/doc-build.yml

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

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58

.github/workflows/generate-codox-docs.yml

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

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58

.github/workflows/release.yml

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

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

.github/workflows/snapshot.yml

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

3+
permissions:
4+
contents: read
5+
36
on: [workflow_dispatch]
47

58
jobs:

.github/workflows/test.yml

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

3+
permissions:
4+
contents: read
5+
36
on: [push]
47

58
jobs:

.github/workflows/vthreads.yml

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

3+
permissions:
4+
contents: read
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)