Skip to content

Commit b583a55

Browse files
authored
Remove 'org-id' (#6)
1 parent bbadcf6 commit b583a55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
# if: github.event_name == 'release' # <-- once the action is working, uncomment this so you only upload on release
3434
with:
3535
module-path: module.tar.gz
36-
org-id: your-org-id-uuid # <-- replace with your org ID. not required for public modules
3736
platform: linux/amd64 # <-- replace with your target architecture, or your module will not deploy
3837
version: ${{ github.event_name == 'release' && github.ref_name || format('0.0.0-{0}.{1}', github.ref_name, github.run_number) }} # <-- see 'Versioning' section below for explanation
3938
key-id: ${{ secrets.viam_key_id }}

0 commit comments

Comments
 (0)