Skip to content

Commit

Permalink
kernelCTF: GHA: do not save creds file during expiration check
Browse files Browse the repository at this point in the history
  • Loading branch information
koczkatamas authored Jan 22, 2024
1 parent cc90043 commit 1d79a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/kernelctf-auto-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: google-github-actions/auth@v1
with:
credentials_json: '${{secrets.KERNELCTF_GCS_SA_KEY}}'
create_credentials_file: false

- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 1d79a28

Please sign in to comment.