We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cd2ab commit ddcab28Copy full SHA for ddcab28
1 file changed
.github/workflows/azdo-build.yml
@@ -26,10 +26,10 @@ jobs:
26
runs-on: ubuntu-latest
27
28
steps:
29
- - name: Debug OIDC Claims
30
- uses: github/actions-oidc-debugger@v1
31
- with:
32
- audience: '${{ github.server_url }}/${{ github.repository_owner }}'
+ # - name: Debug OIDC Claims
+ # uses: github/actions-oidc-debugger@bc12dcf
+ # with:
+ # audience: '${{ github.server_url }}/${{ github.repository_owner }}'
33
34
- uses: azure/login@v2
35
with:
0 commit comments