Skip to content

Commit

Permalink
refactor: tighten up key management code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 22, 2022
1 parent 896ee0c commit de52748
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
if: ${{ matrix.config == 'rbe' }}
working-directory: ${{ matrix.folder }}
run: |
touch engflow.crt
chmod 0600 engflow.crt
touch engflow.crt engflow.key
chmod 0600 engflow.crt engflow.key
echo "$ENGFLOW_CLIENT_CRT" > engflow.crt
touch engflow.key
chmod 0600 engflow.key
echo "$ENGFLOW_PRIVATE_KEY" > engflow.key
env:
ENGFLOW_CLIENT_CRT: ${{ secrets.ENGFLOW_CLIENT_CRT }}
Expand Down

0 comments on commit de52748

Please sign in to comment.