feat: add OIDC workload identity federation tests

Add end-to-end tests for workload identity federation.

Depends on https://code.forgejo.org/forgejo/runner/pulls/1232
Depends on https://codeberg.org/forgejo/forgejo/pulls/10481

Signed-off-by: Mario Minardi <mminardi@shaw.ca>
This commit is contained in:
Mario Minardi 2025-12-31 13:47:09 -07:00
parent 372409f76b
commit 3c2b39158b
4 changed files with 51 additions and 1 deletions

View file

@ -184,5 +184,9 @@ function test_actions() {
if dpkg --compare-versions $version ge 15.0; then
run actions_verify_example workflow-call-expansion
fi
if dpkg --compare-versions $version ge 15.0; then
run actions_verify_example id-tokens
fi
done
}