Skip to content

Commit d29d823

Browse files
Remove OIDC token test step from CI/CD workflow
Removed the step that tests the OIDC token from the CI/CD workflow.
1 parent c6f57f9 commit d29d823

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
steps:
4545
- name: Checkout code
4646
uses: actions/checkout@v3
47-
- name: Test OIDC token
48-
run: |
49-
echo "Requesting GitHub OIDC token..."
50-
curl -H "Authorization: Bearer $ACTIONS_ID_TOKEN_REQUEST_TOKEN" \
51-
"$ACTIONS_ID_TOKEN_REQUEST_URL"
5247

5348
- name: Setup Node.js
5449
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)