Skip to content

Commit

Permalink
ci: prefer hetznercloud/setup-hcloud action (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola authored Jan 12, 2024
1 parent fcdf989 commit dee5dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
with:
token: ${{ secrets.HCLOUD_TOKEN }}

- uses: 3bit/setup-hcloud@v2
- uses: hetznercloud/setup-hcloud@v1

- run: hcloud server-type list
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# or for usage from a fork where the oauth permissions are not available.
token: ${{ secrets.HCLOUD_TOKEN }}

- uses: 3bit/setup-hcloud@v2
- uses: hetznercloud/setup-hcloud@v1

- # The action set the environment variable HCLOUD_TOKEN, so all
# subsequent steps in the same job can use it.
Expand Down

0 comments on commit dee5dd2

Please sign in to comment.