Skip to content

Commit

Permalink
I feel like the action will work this time
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaxter authored Jan 6, 2024
1 parent 12750f4 commit 375b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
toolchain: stable
- run: |
set -xeu
echo '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}' > google_creds.json
echo -e '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}' > google_creds.json
export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/google_creds.json"
cargo run --manifest-path rust/certifier/Cargo.toml --bin certifier-rotate
env:
Expand Down

0 comments on commit 375b7b1

Please sign in to comment.