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
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.
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 actionSummary The
secrets.GITHUB_TOKEN
doesn't have the right privileges to push to themain
branch, but thesecrets.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