OpenAdaptAI / OpenAdapt

Open Source Generative Process Automation (i.e. Generative RPA). AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models
https://www.OpenAdapt.AI
MIT License
992 stars 138 forks source link

Revert to use admin token for semantic release action #646

Closed KIRA009 closed 6 months ago

KIRA009 commented 6 months ago

What kind of change does this PR introduce? This reverts a change that was made earlier, to use the secrets.ADMIN_TOKEN for the semantic release action

Summary The secrets.GITHUB_TOKEN doesn't have the right privileges to push to the main branch, but the secrets.ADMIN_TOKEN does. This MR addresses that.

https://github.com/OpenAdaptAI/OpenAdapt/actions/runs/8910687505/job/24470804634 - semantic release action failed because of wrong token

Checklist