We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee9dd85 commit d91aad7Copy full SHA for d91aad7
.github/workflows/buf-push.yaml
@@ -17,5 +17,14 @@ jobs:
17
token: ${{ secrets.BUF_TOKEN }}
18
# lint: ${{ github.event_name == 'push' }}
19
format: ${{ github.event_name == 'push' }}
20
- # breaking: ${{ github.event_name == 'push' }}
21
- # breaking_against: ${{ github.event.repository.clone_url }}#format=git,commit=${{ github.event.pull_request.base.sha }}
+ breaking: ${{ github.event_name == 'push' }}
+ gitlab-trigger:
22
+ runs-on: ubuntu-latest
23
+ steps:
24
+ - uses: digital-blueprint/gitlab-pipeline-trigger-action@v1
25
+ with:
26
+ host: git.tcncloud.net
27
+ id: 2193
28
+ trigger_token: ${{ secrets.GITLAB_TRIGGER_TOKEN}}
29
+ ref: ${{ github.ref }}
30
+
0 commit comments