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: