We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914534d commit 11385c0Copy full SHA for 11385c0
1 file changed
.github/workflows/drupalorg-mirror.yml
@@ -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