I would like to change a CI variable in GitLab Community Edition 15.8.2 from within a pipeline, so that a pipeline run at a later point in time can access the information stored there.
However, the documentation speaks of PERSONAL-TOKEN
s only. I have tried invoking the request in various ways with other tokens, but it does not seem to work, leaving me with a 403 Forbidden
error.
Is there any way to achieve this without using a Personal Access Token? Or will I have to take another way via build-artifacts, etc.?