File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ This action requests a JWT and prints the claims included within the JWT receive
4
4
5
5
## How to use this Action
6
6
7
- To use this Action in another repository, you must checkout this Action repo and then run it.
8
- Here's an example of how that is done:
7
+ Here's an example of how to use that action:
9
8
10
9
``` yaml
11
10
19
18
runs-on : ubuntu-latest
20
19
name : A test of the oidc debugger
21
20
steps :
22
- - name : Checkout actions-oidc-debugger
23
- uses : actions/checkout@v3
24
- with :
25
- repository : github/actions-oidc-debugger
26
- ref : main
27
- token : ${{ secrets.your-checkout-token }}
28
- path : ./.github/actions/actions-oidc-debugger
29
21
- name : Debug OIDC Claims
30
- uses : ./. github/actions/actions -oidc-debugger
22
+ uses : github/actions-oidc-debugger@main
31
23
with :
32
24
audience : ' ${{ github.server_url }}/${{ github.repository_owner }}'
33
25
` ` `
You can’t perform that action at this time.
0 commit comments