Skip to content

Commit

Permalink
add sha to cloud-build
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Dec 20, 2023
1 parent 64dd19e commit ce8d9f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- uses: actions/checkout@v3
- uses: viamrobotics/build-action@main
with:
# note: version will be blank on 'push' event.
# This is intentional because this repo still has the legacy upload-module action.
version: ${{ inputs.version }}
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit ce8d9f0

Please sign in to comment.