You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ClientID: ${{ secrets.TEST_APP_ENT_CLIENT_ID }}# zizmor: ignore[secrets-outside-env] test workflow uses org-level test secret intentionally
515
+
PrivateKey: ${{ secrets.TEST_APP_ENT_PRIVATE_KEY }}# zizmor: ignore[secrets-outside-env] test workflow uses org-level test secret intentionally
516
516
Prerelease: ${{ inputs.Prerelease }}
517
517
ShowRateLimit: true
518
518
Script: |
@@ -548,8 +548,8 @@ jobs:
548
548
- name: Action-Test
549
549
uses: ./
550
550
with:
551
-
ClientID: '${{ secrets.TEST_APP_ORG_CLIENT_ID }}'# Test with quotes on input
552
-
PrivateKey: '${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}'# Test with quotes on input
551
+
ClientID: '${{ secrets.TEST_APP_ORG_CLIENT_ID }}'# Test with quotes on input # zizmor: ignore[secrets-outside-env] test workflow uses org-level test secret intentionally
552
+
PrivateKey: '${{ secrets.TEST_APP_ORG_PRIVATE_KEY }}'# Test with quotes on input # zizmor: ignore[secrets-outside-env] test workflow uses org-level test secret intentionally
553
553
Prerelease: ${{ inputs.Prerelease }}
554
554
ShowRateLimit: true
555
555
Script: |
@@ -687,7 +687,7 @@ jobs:
687
687
- name: Action-Test with PreserveCredentials false
688
688
uses: ./
689
689
with:
690
-
Token: ${{ secrets.TEST_USER_PAT }}
690
+
Token: ${{ secrets.TEST_USER_PAT }}# zizmor: ignore[secrets-outside-env] test workflow uses org-level test secret intentionally
0 commit comments