Skip to content

Commit

Permalink
run on pr
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
  • Loading branch information
ramonpetgrave64 committed Mar 15, 2024
1 parent f4ff327 commit feb6986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
pull_request:

permissions: read-all

concurrency: "e2e.generic.schedule.main.default.slsa3"

env:
GH_TOKEN: ${{ secrets.E2E_GENERIC_TOKEN }}
GH_TOKEN: ${{ github.token }}
ISSUE_REPOSITORY: slsa-framework/slsa-github-generator

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
needs: [release, build, provenance]
env:
PROVENANCE: ${{ needs.provenance.outputs.provenance-name }}
PROVENANCE: ${{ needs.provenance.outputs.attestation-name }}
TAG: ${{ needs.release.outputs.tag }}
steps:
- name: Checkout code
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Verify provenance artifact1
env:
BINARY: artifact1
PROVENANCE: ${{ needs.provenance.outputs.provenance-name }}
PROVENANCE: ${{ needs.provenance.outputs.attestation-name }}
run: ./.github/workflows/scripts/e2e.generic.default.verify.sh

if-succeeded:
Expand Down

0 comments on commit feb6986

Please sign in to comment.