Skip to content

Commit 5e7d6a5

Browse files
committed
update permissions in workflows
1 parent 2403508 commit 5e7d6a5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
name: Check download via setup-clojure
2+
13
permissions:
24
contents: read
3-
name: Check download via setup-clojure
45

56
on:
67
workflow_dispatch:

.github/workflows/promote.yml

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

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

58
permissions: # Exchange the OIDC token (JWT) for a cloud access token

.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 dev version
22

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

58
permissions: # Exchange the OIDC token (JWT) for a cloud access token

0 commit comments

Comments
 (0)