exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Github actions are broken #143

Closed tomuben closed 1 year ago

tomuben commented 1 year ago

RCA

With #138 we added a new env variable (GITHUB_TOKEN) to the build scripts. Github actions for daily docker push and CI build on main are broken, because the GITHUB_TOKEN is not set in those actions.

Also, we can use only this temporary GITHUB_TOKEN provided by Github for all actions, and remove the token stored in the ci_build environment.