Skip to content

Commit b4f6811

Browse files
authored
Update action.yml to verify artifact attestations
1 parent 2ebbd35 commit b4f6811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ runs:
4444
export DEB_PYTHON_INSTALL_LAYOUT=deb
4545
fi
4646
python3 -m pip install -r "$GITHUB_ACTION_PATH/requirements.txt"
47+
48+
# Verifying artifact attestations
49+
gh attestation verify commit_check-*.whl -R commit-check/commit-check
4750
- name: Run commit-check
4851
shell: bash
4952
run: python3 ${{ github.action_path }}/main.py

0 commit comments

Comments
 (0)