From cdcb97a66f3d769c0552e2cd091e8899c8cc4975 Mon Sep 17 00:00:00 2001 From: Robin Laugs Date: Wed, 13 Dec 2023 09:35:11 +0100 Subject: [PATCH] Disable test --- .github/workflows/release.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c4b98f0..3d0de74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,19 +24,6 @@ jobs: - uses: actions/checkout@v2 with: ref: master - - name: Test Action - uses: ./ - with: - SECRETS: | - ^FOO$ - ^GITHUB_.* - REPOSITORIES: | - ^philips-forks/secrets-sync-action$ - DRY_RUN: true - GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NO_SCOPES }} - env: - FOO: ${{github.run_id}} - FOOBAR: BAZ - name: Checkout uses: actions/checkout@v2 with: