We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2403508 commit 5e7d6a5Copy full SHA for 5e7d6a5
.github/workflows/check.yml
@@ -1,6 +1,7 @@
1
+name: Check download via setup-clojure
2
+
3
permissions:
4
contents: read
-name: Check download via setup-clojure
5
6
on:
7
workflow_dispatch:
.github/workflows/promote.yml
@@ -1,5 +1,8 @@
name: Promote dev to stable
+permissions:
+ contents: write
on: [workflow_dispatch]
8
permissions: # Exchange the OIDC token (JWT) for a cloud access token
.github/workflows/release.yml
name: Release dev version
0 commit comments