Skip to content

Commit

Permalink
Update cli-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Apr 12, 2024
1 parent 46a1f0e commit e718d5d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cli-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "::group::"
echo "::group::Github Context"
echo "$GITHUB_CONTEXT"
if [[ "$GITHUB_EVENT_NAME" == 'release' ]]; then
Expand All @@ -60,8 +60,6 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@v4
# with:
# token: ${{ secrets.CI_MACHINE_TOKEN }}

- name: 'Setup Java'
uses: actions/setup-java@v4
Expand Down Expand Up @@ -281,7 +279,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ needs.precheck.outputs.AUXILIARY_BRANCH }}
# token: ${{ secrets.CI_MACHINE_TOKEN }}

- uses: ./.github/actions/cleanup-runner

Expand Down

0 comments on commit e718d5d

Please sign in to comment.