Skip to content

Commit d06672c

Browse files
committed
mod
1 parent aedb3bf commit d06672c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/token-federation-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,16 @@ permissions:
3838

3939
jobs:
4040
test-token-federation:
41-
runs-on: ubuntu-latest
41+
runs-on:
42+
group: databricks-protected-runner-group
43+
labels: linux-ubuntu-latest
4244

4345
steps:
46+
- name: Debug OIDC Claims
47+
uses: github/actions-oidc-debugger@main
48+
with:
49+
audience: '${{ github.server_url }}/${{ github.repository_owner }}'
50+
4451
- name: Checkout code
4552
uses: actions/checkout@v4
4653

0 commit comments

Comments
 (0)