We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32115b5 commit d9d4887Copy full SHA for d9d4887
5 files changed
.github/workflows/cljs_test.yml
@@ -1,4 +1,8 @@
1
name: ClojureScript Test
2
+
3
+permissions:
4
+ contents: read
5
6
on: [push]
7
8
jobs:
.github/workflows/doc-build.yml
@@ -1,5 +1,8 @@
name: Build API Docs
+ contents: write
on:
workflow_dispatch:
.github/workflows/release.yml
name: Release on demand
inputs:
.github/workflows/snapshot.yml
name: Snapshot on demand
on: [workflow_dispatch]
.github/workflows/test.yml
name: Test
0 commit comments