Skip to content

Commit 359dd06

Browse files
Update publish.yaml
1 parent e43707b commit 359dd06

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ on:
66
- main
77

88
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 }}'
920
dart-pipeline:
1021
uses: affinidi/pipeline-dart/.github/workflows/release.yaml@main
11-
secrets: inherit
22+
secrets: inherit

0 commit comments

Comments
 (0)