Skip to content

Commit

Permalink
More build fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbaxter authored Jan 6, 2024
1 parent 25fd2af commit 12750f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
with:
toolchain: stable
- run: |
set -xeu
echo '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}' > google_creds.json
export GOOGLE_APPLICATION_CREDENTIALS="$(cwd)/google_creds.json"
export GOOGLE_APPLICATION_CREDENTIALS="$(pwd)/google_creds.json"
cargo run --manifest-path rust/certifier/Cargo.toml --bin certifier-rotate
env:
CERTIPASTA_ROTATE_CONFIG: ${{ vars.CERTIPASTA_ROTATE_CONFIG }}
Expand Down

0 comments on commit 12750f4

Please sign in to comment.