Skip to content

Commit

Permalink
Use temp file host for workflow deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Extremelyd1 committed Sep 30, 2022
1 parent 4bf53dc commit 4a53fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}

- name: Download dependencies
run: wget https://sabercathost.com/a3vq/deps.zip.gpg -O deps.zip.gpg
run: wget https://litter.catbox.moe/1ryvjj.gpg -O deps.zip.gpg

- name: Decrypt dependencies
run: gpg --quiet --batch --yes --decrypt --passphrase="${{ secrets.DEPENDENCIES_ZIP_PASSPHRASE }}" --output deps.zip deps.zip.gpg
Expand Down

0 comments on commit 4a53fff

Please sign in to comment.