From 764785764f4bb06ddc0322000e273fdadc038eec Mon Sep 17 00:00:00 2001 From: nyyu Date: Sun, 21 Jul 2024 08:21:54 +0200 Subject: [PATCH] chore(ci): remove obsolete secret --- .woodpecker/.test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 289cbea..2729cd3 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -32,7 +32,7 @@ steps: pull: true commands: - wget -q -O- https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash - secrets: [ sonar_host_url, sonar_token, gitea_token ] + secrets: [ sonar_host_url, sonar_token ] when: # path: # include: ['.woodpecker/*.yml', 'src/*', 'Cargo*']