This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/master by this push:
new 1ca243c9 remove token
1ca243c9 is described below
commit 1ca243c90279726be57743dcd98d8f116b15b0db
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 24 21:48:57 2025 +1000
remove token
---
doc/site/templates/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/site/templates/main.html b/doc/site/templates/main.html
index 560f3d23..53282591 100644
--- a/doc/site/templates/main.html
+++ b/doc/site/templates/main.html
@@ -496,7 +496,7 @@ class LoginSpec extends GebSpec {
<h4 class="ui inverted header">Build Status</h4>
<div class="ui inverted link list">
<a
href="https://circleci.com/gh/apache/workflows/groovy-geb/tree/master"
target="_blank">
- <img
src="https://circleci.com/gh/apache/groovy-geb.svg?style=shield&circle-token=36ce4eb346f11ba916707d493b3f226bd5c9a5ec"
alt="Build status" />
+ <img
src="https://circleci.com/gh/apache/groovy-geb.svg?style=shield" alt="Build
status" />
</a>
</div>
</div>