Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rancher-cli to v2.9.2 #693

Merged
merged 2 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading