From 0b429985ffb4477db7467289b7f7d6590c7b1d61 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:28:31 -0500 Subject: [PATCH] Remove 'org-id' To match https://github.com/viamrobotics/docs/pull/2280, removing `org-id` from GH action yaml. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 58ffa27..34d49c3 100644 --- a/README.md +++ b/README.md @@ -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 }}