Skip to content

Commit

Permalink
fix reserved names
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Dec 23, 2023
1 parent abc14b8 commit 354029c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/oidc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: actions/github-script@v6
with:
script: |
const github = require('@actions/core');
let githubJwt = await github.getIDToken();
const actions = require('@actions/core');
let githubJwt = await actions.getIDToken();
console.log("Here we have an ID token `id_token` - we can send this to our backend")
Expand Down

0 comments on commit 354029c

Please sign in to comment.