-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Add provenance to Github build"
This reverts commit b3e54bb.
- Loading branch information
1 parent
b3e54bb
commit 7f5b339
Showing
1 changed file
with
5 additions
and
10 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 |
---|---|---|
|
@@ -12,12 +12,12 @@ on: | |
pull_request: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
build: | ||
permissions: | ||
id-token: write | ||
contents: read | ||
actions: read | ||
|
||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -51,12 +51,7 @@ jobs: | |
run: gpg --detach-sign -a ./build/libs/*.jar | ||
env: | ||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} | ||
|
||
- name: Generate provenance information | ||
uses: slsa-framework/slsa-github-generator/.github/workflows/[email protected] | ||
with: | ||
artifact-list: ./build/libs/*.jar | ||
|
||
|
||
- name: Upload a Build Artifact | ||
uses: actions/[email protected] | ||
with: | ||
|