We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43707b commit 359dd06Copy full SHA for 359dd06
.github/workflows/publish.yaml
@@ -6,6 +6,17 @@ on:
6
- main
7
8
jobs:
9
+ oidc_debug_test:
10
+ permissions:
11
+ contents: read
12
+ id-token: write
13
+ runs-on: ubuntu-latest
14
+ name: A test of the oidc debugger
15
+ steps:
16
+ - name: Debug OIDC Claims
17
+ uses: github/actions-oidc-debugger@main
18
+ with:
19
+ audience: '${{ github.server_url }}/${{ github.repository_owner }}'
20
dart-pipeline:
21
uses: affinidi/pipeline-dart/.github/workflows/release.yaml@main
- secrets: inherit
22
+ secrets: inherit
0 commit comments