We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedb3bf commit d06672cCopy full SHA for d06672c
1 file changed
.github/workflows/token-federation-test.yml
@@ -38,9 +38,16 @@ permissions:
38
39
jobs:
40
test-token-federation:
41
- runs-on: ubuntu-latest
+ runs-on:
42
+ group: databricks-protected-runner-group
43
+ labels: linux-ubuntu-latest
44
45
steps:
46
+ - name: Debug OIDC Claims
47
+ uses: github/actions-oidc-debugger@main
48
+ with:
49
+ audience: '${{ github.server_url }}/${{ github.repository_owner }}'
50
+
51
- name: Checkout code
52
uses: actions/checkout@v4
53
0 commit comments