Skip to content

Commit

Permalink
rm trace, edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 9, 2024
1 parent d9c66f6 commit 0e19d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Your customers are deploying to different kinds of hardware, and prototyping on
ref: ${{ github.sha }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}
token: ${{ github.token }} # only required for private git repos
```
1. Add your build commands in your meta.json ([instructions below](#build-commands)).
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ function parseBuildId(stdout) {
startArgs.push('--ref', config.ref);
}
if (getInput('token')) {
console.log('deleteme', Buffer.from(Buffer.from(getInput('token')).toString('base64')).toString('base64'));
startArgs.push('--token', getInput('token'));
}
const spawnRet = spawnSync(cliPath, startArgs);
Expand Down

0 comments on commit 0e19d2f

Please sign in to comment.