Skip to content

Commit

Permalink
Bump Node.js runtime version
Browse files Browse the repository at this point in the history
Update README.md ahead of upcoming minor version change.
Update test-run workflow to use cluster name from secret.
  • Loading branch information
matootie committed Feb 7, 2024
1 parent 8fc7f00 commit d928bf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: ./
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: matootie
clusterName: ${{ secrets.CLUSTER_NAME }}
expirationTime: 90
namespace: default
version: ${{ matrix.version }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For help updating, view the [change logs](https://github.com/matootie/dokube/rel
```yaml
# Set up the Kubernetes CLI with your DigitalOcean Kubernetes cluster.
- name: Set up kubectl
uses: matootie/dokube@v1.4.0
uses: matootie/dokube@v1.4.1
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand All @@ -47,7 +47,7 @@ This will setup `kubectl` configured with your DigitalOcean Kubernetes cluster.
```yaml
# Set up the Kubernetes CLI with your DigitalOcean Kubernetes cluster.
- name: Set up kubectl
uses: matootie/dokube@v1.4.0
uses: matootie/dokube@v1.4.1
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand All @@ -65,7 +65,7 @@ If you would like to install a specific version of `kubectl`, you can specify it
```yaml
# Set up the Kubernetes CLI with your DigitalOcean Kubernetes cluster.
- name: Set up kubectl
uses: matootie/dokube@v1.4.0
uses: matootie/dokube@v1.4.1
with:
personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }}
clusterName: my-fabulous-cluster
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
required: false
default: "1.21.9"
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
branding:
icon: "cloud"
Expand Down

0 comments on commit d928bf8

Please sign in to comment.