-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): update witness-run-action, change witness install dir
This updates the witness-run-action, and installs witness to a directory outside of the current source directory. This keeps our source git tree clean. Signed-off-by: Mikhail Swift <[email protected]>
- Loading branch information
1 parent
18b613c
commit 8693927
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,11 +96,12 @@ jobs: | |
run: go install github.com/goreleaser/[email protected] | ||
|
||
- name: Run GoReleaser | ||
uses: testifysec/witness-run-action@85ddab8b46a86b2905a3b547a1806ab264fbb810 | ||
uses: testifysec/witness-run-action@cceed291062b350dc658d7d189933ac47d4f4dec | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }} | ||
with: | ||
witness-install-dir: /opt/witness | ||
step: "build" | ||
attestations: "github" | ||
command: goreleaser release --clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters