diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 7dac364..5b830f9 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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"