Skip to content

Commit

Permalink
chore: Revert "Merge pull request RedHatInsights#2113 from florkbr/up…
Browse files Browse the repository at this point in the history
…date-gh-action-checkout-to-use-token"

This reverts commit ae1b712, reversing
changes made to 6247cd5.
  • Loading branch information
florkbr committed Nov 22, 2024
1 parent c33d977 commit 70ac878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 70ac878

Please sign in to comment.