@jwildeboer @Codeberg found the warning. It looks like you need to paas the secrets into a setting or environment variable before using it in a command. Actually you use a declared secret. Maybe put
environment:
CBTOKEN_ENV:
from-secret: cbtoken
between your line 8 and 9
and reference in command like ${{CBTOKEN_ENV}}.
BTW:
The documentation is age-insensitive 😁.
It's just not clear. 😉