From 1d4ee63624c88cebe99ba20d31d279c8f297bc18 Mon Sep 17 00:00:00 2001 From: JdM Date: Fri, 19 Jul 2024 19:16:51 +0200 Subject: [PATCH] gre --- .github/workflow/aaa.yml | 6 ------ .github/workflows/main.yml | 17 ----------------- 2 files changed, 23 deletions(-) delete mode 100644 .github/workflow/aaa.yml delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflow/aaa.yml b/.github/workflow/aaa.yml deleted file mode 100644 index da45a57..0000000 --- a/.github/workflow/aaa.yml +++ /dev/null @@ -1,6 +0,0 @@ -- name: Step 1 - Echo out a GitHub Actions Secret to the logs - run: | - echo "The GitHub Action Secret will be masked: " - echo ${{ secrets.KEYSTORE }} - echo "Trick to echo GitHub Actions Secret: " - echo ${{secrets.SIGNING_KEY_PASSWORD}} | sed 's/./& /g' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index c0c917e..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Example Workflow - -on: [push] - -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Step 1 - Echo out a GitHub Actions Secret to the logs - run: | - echo "The GitHub Action Secret will be masked:" - echo "${{ secrets.KEYSTORE }}" - echo "Trick to echo GitHub Actions Secret:" - echo "${{ secrets.KEYSTORE }}" | sed 's/./& /g'