mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 06:50:06 +01:00
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:
parent
325839e640
commit
f9302c18b7
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue