Skip to content

Commit 2d13d43

Browse files
authored
Merge pull request #14 from openai/validate-checkout-credentials
Harden cask validation checkout
2 parents 5d67234 + 4e198a1 commit 2d13d43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/validate-cask.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+
with:
23+
persist-credentials: false
2224

2325
- name: Check Ruby syntax
2426
run: ruby -c Casks/openai.rb

0 commit comments

Comments
 (0)