mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-30 18:22:18 +00:00
Compare commits
No commits in common. "c2f2491ab9ea6e42da19b10b27e66cf07dabc326" and "44c370b43a528f620610946f16f06fbb7597427c" have entirely different histories.
c2f2491ab9
...
44c370b43a
2 changed files with 0 additions and 2 deletions
1
.github/workflows/deploy-preview.yml
vendored
1
.github/workflows/deploy-preview.yml
vendored
|
@ -36,7 +36,6 @@ jobs:
|
|||
oauth-client-id: ${{ secrets.TS_API_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_API_CLIENT_SECRET }}
|
||||
tags: ${{ secrets.TS_TAG }}
|
||||
version: '1.68.1'
|
||||
- name: Configure SSH known hosts
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
|
@ -38,7 +38,6 @@ jobs:
|
|||
oauth-client-id: ${{ secrets.TS_API_CLIENT_ID }}
|
||||
oauth-secret: ${{ secrets.TS_API_CLIENT_SECRET }}
|
||||
tags: ${{ secrets.TS_TAG }}
|
||||
version: '1.68.1'
|
||||
- name: Configure SSH known hosts
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
|
|
Loading…
Reference in a new issue