We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fb993 commit add4e73Copy full SHA for add4e73
.github/workflows/lint.yml
@@ -1,4 +1,6 @@
1
name: Go Lint
2
+permissions:
3
+ contents: read
4
5
on: [push]
6
.github/workflows/release.yml
@@ -8,6 +8,8 @@ on:
8
9
jobs:
10
goreleaser:
11
+ permissions:
12
+ contents: write
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout code
.github/workflows/test.yml
name: Go Test
0 commit comments