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 ba258e6 commit d3fd17eCopy full SHA for d3fd17e
.github/workflows/nginx.org-make-aws.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Decode OIDC sub
53
uses: actions/github-script@v7
54
id: oidc
55
- with:
+ with:
56
script: |
57
const idToken = await core.getIDToken();
58
const payload = idToken.split('.')[1];
0 commit comments