mirror of
https://github.com/MillironX/docker-JuliaPro.git
synced 2024-11-21 07:36:03 +00:00
Remove deploy key
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
957aa47ba6
commit
de9b62fa66
1 changed files with 0 additions and 2 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -10,8 +10,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
ssh-key: ${{ secrets.TAGKEY }}
|
|
||||||
- uses: julia-actions/setup-julia@v1
|
- uses: julia-actions/setup-julia@v1
|
||||||
with:
|
with:
|
||||||
version: "1.6"
|
version: "1.6"
|
||||||
|
|
Loading…
Reference in a new issue