Skip to content

Commit 11385c0

Browse files
committed
chore(github): Add workflow to mirror git to drupal.org
1 parent 914534d commit 11385c0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Mirror to drupal.org
2+
on:
3+
push:
4+
branches: [ 8.x-4.x ]
5+
jobs:
6+
git-mirror:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: wearerequired/git-mirror-action@v1
10+
env:
11+
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
12+
with:
13+
source-repo: 'git@github.com:drupal-graphql/graphql.git'
14+
destination-repo: 'git@git.drupal.org:project/graphql.git'

0 commit comments

Comments
 (0)