gitlab CI: update docs for how to schedule the auth variable

Safer to have this defined in the scheduled job only rather than the project
itself.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-03-18 12:46:14 +10:00
parent 325839e640
commit f9302c18b7
2 changed files with 2 additions and 2 deletions

View file

@ -485,7 +485,7 @@ alpine:latest@container-forced-rebuild:
script:
# Go to your Profile, Settings, Access Tokens
# Create a personal token with 'api' scope, copy the value.
# Go to Settings, CI/CD, Variables
# Go to CI/CD, Schedules, schedule a new monthly job (or edit the existing one)
# Define a variable of type File named AUTHFILE. Content is that token
# value.
- ci-fairy -v --authfile $AUTHFILE delete-image

View file

@ -211,7 +211,7 @@ fedora:31@qemu-forced-rebuild:
script:
# Go to your Profile, Settings, Access Tokens
# Create a personal token with 'api' scope, copy the value.
# Go to Settings, CI/CD, Variables
# Go to CI/CD, Schedules, schedule a new monthly job (or edit the existing one)
# Define a variable of type File named AUTHFILE. Content is that token
# value.
- ci-fairy -v --authfile $AUTHFILE delete-image