mattermost / mattermost-plugin-zoom

Zoom plugin for Mattermost :electric_plug:
Apache License 2.0
107 stars 68 forks source link

Testing workflow for adding new issues to Github board automatically #394

Closed raghavaggarwal2308 closed 1 month ago

raghavaggarwal2308 commented 1 month ago

Workflow PR: https://github.com/mattermost/mattermost-plugin-zoom/pull/387

Github board: https://github.com/orgs/mattermost/projects/9/views/1

raghavaggarwal2308 commented 1 month ago

@wiggin77 Looks like the workflow is not working because of some missing keys. We are using some secrets and vars int he CI, I think there are not present in Zoom plugin. Are you able to add the same to the repo, I think @mickmister must have added them to the Github plugin repo.

wiggin77 commented 1 month ago

@wiggin77 Looks like the workflow is not working because of some missing keys. We are using some secrets and vars int he CI, I think there are not present in Zoom plugin. Are you able to add the same to the repo, I think @mickmister must have added them to the Github plugin repo.

Which secrets specifically are needed? I don't has admin access to the repo, but I can ask someone to add them.

raghavaggarwal2308 commented 1 month ago

@wiggin77 The below screenshot contains the required secrets/vars image

wiggin77 commented 1 month ago

@wiggin77 The below screenshot contains the required secrets/vars image

I have requested these secrets be added by our Delivery team.

saturninoabril commented 1 month ago

Should be good now.

raghavaggarwal2308 commented 1 month ago

@saturninoabril @wiggin77 Working now, thanks!