Skip to content

Commit

Permalink
Bump auth version in auto-releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
artmetla authored Oct 21, 2024
1 parent 490d264 commit 4cfc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernelctf-auto-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Test GCS SA key to fail quick before trying to make a build
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
credentials_json: '${{secrets.KERNELCTF_GCS_SA_KEY}}'
create_credentials_file: false
Expand Down

0 comments on commit 4cfc925

Please sign in to comment.