How do i add multiple scopes in actions

I need to add https: auth/cloud-platform and /auth/jobs to integrate google cloud talent solution. how can i add multiple scopes to my actions??

1 Like

Put just spaces between scopes (unbelievable, but yes, this is the way) :

https://www.googleapis.com/auth/script.projects https://www.googleapis.com/auth/drive https://www.googleapis.com/auth/drive.file
1 Like