mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 22:50:59 -05:00
Fix secret not needing to be interpolated
This commit is contained in:
parent
628bf52ff3
commit
f584819a16
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mirroring.yml
vendored
2
.github/workflows/mirroring.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, delete]
|
|||
jobs:
|
||||
to_gitlab:
|
||||
runs-on: ubuntu-18.04
|
||||
if: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
|
||||
if: secrets.GITLAB_SSH_PRIVATE_KEY
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: pixta-dev/repository-mirroring-action@v1
|
||||
|
|
Loading…
Reference in a new issue