From e7b8b6d9e2f3dbc6b1b7171b14be71226ffa93dc Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:56:31 -0500 Subject: [PATCH] Fix typo (#2186) --- .github/workflows/get_modular_resources.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/get_modular_resources.py b/.github/workflows/get_modular_resources.py index 7ae08f61fc..dd6806f095 100644 --- a/.github/workflows/get_modular_resources.py +++ b/.github/workflows/get_modular_resources.py @@ -9,7 +9,7 @@ async def connect() -> ViamClient: dial_options = DialOptions( - auth_entity='744b0c18-f6fd-4c8d-a707-d3f261b353cc' + auth_entity='744b0c18-f6fd-4c8d-a707-d3f261b353cc', credentials=Credentials( type='api-key', payload=os.environ['VIAM_API_KEY'] @@ -65,4 +65,4 @@ async def main(): if __name__ == '__main__': - asyncio.run(main()) \ No newline at end of file + asyncio.run(main())