workflow: update github action
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
6e6b38b384
commit
923636f0d9
1 changed files with 5 additions and 4 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -8,16 +8,17 @@ jobs:
|
||||||
env:
|
env:
|
||||||
MACHINE: hydrogen
|
MACHINE: hydrogen
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Go 1.16
|
- name: Setup Go 1.19
|
||||||
id: go
|
id: go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: '^1.16'
|
go-version: '^1.19'
|
||||||
- name: Setup Tailscale
|
- name: Setup Tailscale
|
||||||
id: tailscale
|
id: tailscale
|
||||||
uses: tailscale/tailscale-deploy-github@v1
|
uses: tailscale/github-action@v2
|
||||||
with:
|
with:
|
||||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
|
||||||
|
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
|
||||||
- name: Add SSH key
|
- name: Add SSH key
|
||||||
id: ssh
|
id: ssh
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue