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())