Skip to content

Commit

Permalink
use new auth for module upload
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Sep 1, 2023
1 parent 6c1eb16 commit 17ea94a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ jobs:
module-path: module-arm64.tar.gz
platform: linux/arm64
version: ${{ env.VERSION }}
cli-config-secret: ${{ secrets.cli_config }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
- uses: viamrobotics/upload-module@main
if: github.event_name == 'release'
with:
module-path: module-amd64.tar.gz
platform: linux/amd64
version: ${{ env.VERSION }}
cli-config-secret: ${{ secrets.cli_config }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit 17ea94a

Please sign in to comment.