Skip to content

Commit

Permalink
DPO-2900 mirror public
Browse files Browse the repository at this point in the history
  • Loading branch information
jouniso committed Nov 22, 2024
1 parent 213d673 commit b8d2eef
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/mirror-accepted-pull-requests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "Mirror accepted pull requests to private"
on:
pull_request_target:
types:
- closed
jobs:
Mirror-action:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master' && github.repository == 'tmfg/digitraffic-common'
runs-on: ubuntu-22.04
steps:
- name: Mirror
uses: tmfg/digitraffic-actions@mirror/v2
with:
mirror-repo: ${{ secrets.PRIVATE_REPOSITORY_URL }}
ssh-private-key: ${{ secrets.SSH_MIRROR_PRM_KEY }}

0 comments on commit b8d2eef

Please sign in to comment.