Skip to content

Commit 1ae570b

Browse files
committed
OIDC debug action only works on Linux
1 parent 6c6a092 commit 1ae570b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Debug OIDC Claims
41+
if: ${{ runner.os == 'Linux' }}
4142
uses: github/actions-oidc-debugger@main
4243
with:
4344
audience: sts.amazonaws.com

0 commit comments

Comments
 (0)