hi there ,
I’m setting up an integration for the first time. I follow the steps described in welcome-apps/apps/quickstart-integrations-monday-code at master · mondaycom/welcome-apps · GitHub. I configure the token, then when I execute “mapps code:push” I get the
Access denied warning. I don’t know how to fix it, if someone helps me, I’d really appreciate it.

hellotimi
(David Kalu (Formula PRO - Use formula column results in automations!))
2
Have you configured your MONDAY_SIGNING_SECRET?
If not, you can configure it by:
- Copy your app’s Signing Secret from the “General info” section of your App
- Set the signing secret by running the following command –
mapps code:env -m set -k MONDAY_SIGNING_SECRET -v <your_signing_secret> -i <your app id>