Skip to content

Commit

Permalink
fix(ci): fix sagemaker action (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene authored Mar 29, 2023
1 parent d503e8f commit 55106ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
uses: docker/[email protected]
with:
install: true
- name: Tailscale
uses: tailscale/github-action@v1
with:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
- name: Checkout repository
uses: actions/checkout@v3
- name: Inject slug/short variables
Expand Down

0 comments on commit 55106ec

Please sign in to comment.