kobotoolbox / kobocat

Our (backend) server for providing blank forms to Collect and Enketo and for receiving and storing submissions.
BSD 2-Clause "Simplified" License
117 stars 127 forks source link

Replace deprecated constants in GitLab CI #877

Closed LMNTL closed 1 year ago

LMNTL commented 1 year ago

Gitlab has deprecated $CI_BUILD_TOKEN in favor of $CI_JOB_TOKEN, which broke the build step of the GitLab actions. This PR updates that constant.

See https://github.com/kobotoolbox/kpi/pull/4433 for a prior PR that fixed this for kpi.