diff options
Diffstat (limited to '.woodpecker')
-rw-r--r-- | .woodpecker/integration.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml index 8dd4e3e..9e100cd 100644 --- a/.woodpecker/integration.yml +++ b/.woodpecker/integration.yml @@ -5,11 +5,11 @@ steps: image: rust environment: - "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/" - - FORGEJO_API_CI_TOKEN=e4f301dffd4993a3389f601761c0103291e58d85 + - FORGEJO_API_CI_TOKEN=6eaba97c49d9f1bbe54f8975ea884af54826c9fe commands: - cargo test services: forgejo-testing: pull: true - image: code.cartoon-aa.xyz/cyborus/ci-forgejo:8.0.0 + image: code.cartoon-aa.xyz/cyborus/ci-forgejo:9.0.0 |