Skip to content

Commit

Permalink
remove step ids
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Dec 23, 2023
1 parent 8958aa3 commit 3bfe125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/oidc-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:

- name: Get Id Token
uses: actions/github-script@v6
id: idtoken
with:
script: |
const coredemo = require('@actions/core');
Expand Down Expand Up @@ -101,7 +100,6 @@ jobs:
- name: exchange for special token
uses: actions/github-script@v6
id: idtoken
with:
script: |
const actions = require('@actions/core');
Expand Down

0 comments on commit 3bfe125

Please sign in to comment.