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 ea50e36 commit c3862d1Copy full SHA for c3862d1
.github/workflows/cf.yaml
@@ -25,6 +25,9 @@ on:
25
branches:
26
- main
27
28
+permissions:
29
+ contents: read
30
+
31
concurrency:
32
group: cf-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
33
cancel-in-progress: true
.github/workflows/release.yaml
@@ -5,6 +5,9 @@ on:
5
release:
6
types: [published]
7
8
9
10
11
jobs:
12
tests:
13
uses: capire/samples/.github/workflows/test.yaml@main
.github/workflows/test.yaml
@@ -9,6 +9,8 @@ on:
14
15
16
runs-on: ubuntu-latest
0 commit comments