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 2565cf9 commit dc8e418Copy full SHA for dc8e418
.github/workflows/test.yml
@@ -3,6 +3,10 @@ name: Go Test
3
workflow_dispatch: {}
4
schedule:
5
- cron: 0 20 * * 1-5
6
+
7
+permissions:
8
+ contents: write
9
10
jobs:
11
build:
12
runs-on: ubuntu-latest
0 commit comments