diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-04-26 01:20:30 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-04-26 01:20:30 +0200 |
commit | 0ae11e94de3096180a10f0376ce761c27ee96567 (patch) | |
tree | 39ec0ed1f1ddbc78535be49fd23fa721eb712a7d /.woodpecker | |
parent | remove `object_format_name` for now (diff) | |
download | forgejo-api-0ae11e94de3096180a10f0376ce761c27ee96567.tar.xz forgejo-api-0ae11e94de3096180a10f0376ce761c27ee96567.zip |
update ci api token
Diffstat (limited to '.woodpecker')
-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 d230583..e6a34f9 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=3226a46b52e29804bfb9b8ba21a5f91291fb86eb + - FORGEJO_API_CI_TOKEN=6c340bf9ed25adf28701f618fda5f82c934db1f3 commands: - cargo test |