diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-07-30 19:33:41 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-07-30 19:33:41 +0200 |
commit | e46a406ff181235521b87dc60bb47ceb39cf99e9 (patch) | |
tree | 3962997a463905808a6e7fa12aa939c55eeb580a | |
parent | ci: pull `ci-forgejo` always (diff) | |
download | forgejo-api-e46a406ff181235521b87dc60bb47ceb39cf99e9.tar.xz forgejo-api-e46a406ff181235521b87dc60bb47ceb39cf99e9.zip |
ci: update token
-rw-r--r-- | .woodpecker/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/integration.yml b/.woodpecker/integration.yml index e09710c..8dd4e3e 100644 --- a/.woodpecker/integration.yml +++ b/.woodpecker/integration.yml @@ -5,7 +5,7 @@ steps: image: rust environment: - "FORGEJO_API_CI_INSTANCE_URL=http://forgejo-testing:3000/" - - FORGEJO_API_CI_TOKEN=52dffd1ab4cc935087bc71a557b2f777ec1cc969 + - FORGEJO_API_CI_TOKEN=e4f301dffd4993a3389f601761c0103291e58d85 commands: - cargo test |