Skip to content

Commit 2aa2757

Browse files
committed
ci: move on to v2 workflows
1 parent 9e95485 commit 2aa2757

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ on:
2727
tags:
2828
- "*"
2929

30+
permissions:
31+
contents: read
32+
3033
jobs:
3134
ci:
32-
uses: fire833/cicd-templates/.github/workflows/golang_ci_v1.yaml@main
35+
uses: fire833/cicd-templates/.github/workflows/golang_ci_v2.yaml@main
3336
with:
3437
CI_SKIP: /build/

0 commit comments

Comments
 (0)