Skip to content

Commit

Permalink
build(deps): bump rancher-cli to v2.9.2 (#693)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Toraldo <[email protected]>
  • Loading branch information
github-actions[bot] and gionn authored Sep 23, 2024
1 parent bd803ea commit 47441d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/actions/setup-rancher-cli/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ inputs:
description: 'Rancher context for kubectl configuration'
required: false
default: local

runs:
using: "composite"
steps:
Expand All @@ -33,8 +32,7 @@ runs:
sudo mv $TOOL_NAME /usr/local/bin/
echo $($TOOL_NAME --version)
env:
DEFAULT_RANCHER_CLI_VERSION: 2.8.4

DEFAULT_RANCHER_CLI_VERSION: 2.9.2
- shell: bash
run: |
RANCHER2_BEARER_TOKEN=${{ inputs.access-key }}:${{ inputs.secret-key }}
Expand All @@ -46,7 +44,6 @@ runs:
fi
env:
KUBECONTEXT: ${{ inputs.context }}

- shell: bash
run: |
KUBECONTEXT="${{ inputs.context }}"
Expand Down

0 comments on commit 47441d3

Please sign in to comment.