From 70ac878dbaeacad16ff9df2604d8967f476eea70 Mon Sep 17 00:00:00 2001 From: Bryan Florkiewicz Date: Thu, 21 Nov 2024 20:32:56 -0500 Subject: [PATCH] chore: Revert "Merge pull request #2113 from florkbr/update-gh-action-checkout-to-use-token" This reverts commit ae1b712deccb5bf185124e2ccf1315d201a102a6, reversing changes made to 6247cd529233649f87afaca5932720c2c816d604. --- .github/actions/release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 7fcdba72c..298f1011f 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -49,7 +49,7 @@ runs: HUSKY: 0 GH_TOKEN: ${{ inputs.gh_token }} GITHUB_TOKEN: ${{ inputs.gh_token }} - run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --remote=origin --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo + run: npx nx affected --base=last-release --parallel=1 --baseBranch=master --target=version --trackDeps --postTargets=build,deploy,github --exclude=@redhat-cloud-services/executors,demo - name: Tag last-release shell: bash run: |