Fix secret not needing to be interpolated
parent
628bf52ff3
commit
f584819a16
|
|
@ -5,7 +5,7 @@ on: [push, delete]
|
||||||
jobs:
|
jobs:
|
||||||
to_gitlab:
|
to_gitlab:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
if: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
|
if: secrets.GITLAB_SSH_PRIVATE_KEY
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: pixta-dev/repository-mirroring-action@v1
|
- uses: pixta-dev/repository-mirroring-action@v1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue