From 1d79a28f5a50e143a7640274fc426e0aca6e7c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Koczka?= Date: Mon, 22 Jan 2024 14:16:58 +0100 Subject: [PATCH] kernelCTF: GHA: do not save creds file during expiration check --- .github/workflows/kernelctf-auto-releaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/kernelctf-auto-releaser.yaml b/.github/workflows/kernelctf-auto-releaser.yaml index 0b5a21bb..ea7621fe 100644 --- a/.github/workflows/kernelctf-auto-releaser.yaml +++ b/.github/workflows/kernelctf-auto-releaser.yaml @@ -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