File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed
Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1+ name : mirror
2+
3+ on :
4+ push :
5+ create :
6+ pull_request :
7+ types : [opened, synchronize]
8+
9+ jobs :
10+ GitLab :
11+ if : ${{ github.repository == 'jngrad/espresso' }}
12+ uses : ./.github/workflows/gitlab.yml
13+ permissions :
14+ contents : read
15+ statuses : write
16+ secrets :
17+ # https://github.com/orgs/community/discussions/25238#discussioncomment-3247035
18+ GITLAB_WRITE_API : ${{ secrets.GITLAB_WRITE_API }}
Original file line number Diff line number Diff line change @@ -10,16 +10,6 @@ permissions:
1010 contents : read # to fetch code (actions/checkout)
1111
1212jobs :
13- GitLab CI :
14- if : ${{ github.repository == 'jngrad/espresso' }}
15- uses : ./.github/workflows/gitlab.yml
16- permissions :
17- contents : read
18- statuses : write
19- secrets :
20- # https://github.com/orgs/community/discussions/25238#discussioncomment-3247035
21- GITLAB_WRITE_API : ${{ secrets.GITLAB_WRITE_API }}
22-
2313 trigger_pipeline :
2414 runs-on : ubuntu-24.04
2515 environment : mirror
You can’t perform that action at this time.
0 commit comments