Skip to content

Commit

Permalink
Merge pull request #546 from hectorj2f/fix_test_tester
Browse files Browse the repository at this point in the history
add COSIGN_YES env var to gh action
  • Loading branch information
hectorj2f committed Jan 30, 2023
2 parents f38f9ab + 10e50bb commit 90daaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/policy-tester-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:

env:
GOPATH: ${{ github.workspace }}
COSIGN_YES: "true"

steps:
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
Expand Down

0 comments on commit 90daaac

Please sign in to comment.