Skip to content

Commit

Permalink
Remove 'org-id'
Browse files Browse the repository at this point in the history
To match viamrobotics/docs#2280, removing `org-id` from GH action yaml.
  • Loading branch information
andf-viam authored Nov 29, 2023
1 parent bbadcf6 commit 0b42998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
# if: github.event_name == 'release' # <-- once the action is working, uncomment this so you only upload on release
with:
module-path: module.tar.gz
org-id: your-org-id-uuid # <-- replace with your org ID. not required for public modules
platform: linux/amd64 # <-- replace with your target architecture, or your module will not deploy
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
key-id: ${{ secrets.viam_key_id }}
Expand Down

0 comments on commit 0b42998

Please sign in to comment.