Skip to content

Commit

Permalink
fixes permission on test
Browse files Browse the repository at this point in the history
  • Loading branch information
mchmarny committed Mar 4, 2023
1 parent f805338 commit afd7683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/on-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ on:
jobs:
test:
uses: ./.github/workflows/test.yaml
permissions:
contents: read
security-events: write
with:
go-version: ^1.20.1
scan-severity: 'CRITICAL,HIGH,MEDIUM'
release-cli:
runs-on: ubuntu-latest
needs:
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2

0 comments on commit afd7683

Please sign in to comment.