Remove deploy key

This commit is contained in:
Thomas A. Christensen II 2022-04-07 20:45:31 -05:00 committed by GitHub
parent 1f83f9ad8b
commit 429bd91390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.TAGKEY }}
- uses: julia-actions/setup-julia@v1
with:
version: "1.6"