Skip to content

Commit

Permalink
Revert "Make sigstore reliant actions point to my fork"
Browse files Browse the repository at this point in the history
Point actions back to slsa-framework/...@main
This reverts commit 1c61d2a.
  • Loading branch information
enteraga6 committed Oct 24, 2023
1 parent 1c61d2a commit 4fe6af9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/builder_bazel_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps:
- name: Generate the token
id: generate
uses: enteraga6/slsa-github-generator/actions/delegator/setup-generic@sigstore1.8-revert
uses: slsa-framework/slsa-github-generator/actions/delegator/setup-generic@main
with:
slsa-workflow-recipient: "delegator_lowperms-generic_slsa3.yml"
slsa-rekor-log-public: ${{ inputs.rekor-log-public }}
Expand All @@ -100,6 +100,6 @@ jobs:
id-token: write # For signing.
contents: read # For asset uploads.
actions: read # For the entrypoint.
uses: enteraga6/slsa-github-generator/.github/workflows/delegator_lowperms-generic_slsa3.yml@sigstore1.8-revert
uses: slsa-framework/slsa-github-generator/.github/workflows/delegator_lowperms-generic_slsa3.yml@main
with:
slsa-token: ${{ needs.slsa-setup.outputs.slsa-token }}
4 changes: 2 additions & 2 deletions .github/workflows/delegator_lowperms-generic_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
steps:
- name: Verify token
id: verify
uses: enteraga6/slsa-github-generator/.github/actions/verify-token@sigstore1.8-revert
uses: slsa-framework/slsa-github-generator/.github/actions/verify-token@main
with:
slsa-workflow-recipient: "delegator_lowperms-generic_slsa3.yml"
slsa-unverified-token: ${{ inputs.slsa-token }}
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:

- name: Sign attestations
id: sign
uses: enteraga6/slsa-github-generator/.github/actions/sign-attestations@sigstore1.8-revert
uses: slsa-framework/slsa-github-generator/.github/actions/sign-attestations@main
with:
attestations: attestations
output-folder: "${{ needs.rng.outputs.value }}-slsa-attestations"
Expand Down

0 comments on commit 4fe6af9

Please sign in to comment.