Skip to content

Commit

Permalink
do not download slsa builder artifacts
Browse files Browse the repository at this point in the history
Change-Id: Ia17d1cbf358aebbb0ea7f5e97a24f2220b784431
  • Loading branch information
jul-sh committed Apr 19, 2024
1 parent e6458d9 commit 6688bc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable_provenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ jobs:
api_key = '${{ secrets.ENT_API_KEY }}'
EOF
- name: Download the built artifact
uses: actions/download-artifact@v3
with:
name: ${{ needs.generate_provenance.outputs.build-outputs-name }}
path: downloads
# - name: Download the built artifact
# uses: actions/download-artifact@v3
# with:
# name: ${{ needs.generate_provenance.outputs.build-outputs-name }}
# path: downloads

- name: Download the DSSE document
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 6688bc6

Please sign in to comment.