mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-25 00:09:02 +01:00
install requests which isn't installed by default in actions
This commit is contained in:
parent
e385c57665
commit
d7b6cc4caa
1
.github/workflows/slsa-releaser.yml
vendored
1
.github/workflows/slsa-releaser.yml
vendored
@ -44,6 +44,7 @@ jobs:
|
||||
MACOS_CERTIFICATE_PWD: ${{ secrets.MACOS_CERTIFICATE_PWD }}
|
||||
run: |
|
||||
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
|
||||
pip install requests
|
||||
python3 scripts/actions-sign.py
|
||||
echo $GITHUB_REF
|
||||
export VERSION=${GITHUB_REF##*/}
|
||||
|
Loading…
Reference in New Issue
Block a user