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 db8655c commit dbb6f18Copy full SHA for dbb6f18
.github/workflows/docker.yml
@@ -6,6 +6,9 @@ on:
6
- main
7
8
9
+permissions:
10
+ contents: write
11
+
12
concurrency:
13
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
14
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
.github/workflows/go.yml
@@ -2,6 +2,9 @@ name: Go
2
3
on: [push]
4
5
0 commit comments