We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6abee commit 3736d5dCopy full SHA for 3736d5d
1 file changed
.github/workflows/proto-push.yml
@@ -1,9 +1,13 @@
1
name: Proto Push
2
on:
3
+ pull_request:
4
+ workflow_dispatch:
5
push:
6
tags:
7
- "v2*"
8
9
+permissions:
10
+ contents: read
11
jobs:
12
proto-push:
13
name: "Push Protos"
@@ -14,7 +18,6 @@ jobs:
14
18
- uses: bufbuild/buf-action@v1
15
19
with:
16
20
setup_only: true
17
- github_token: ${{ secrets.GITHUB_TOKEN }}
21
22
# TODO: also include v2/environments
23
@@ -27,7 +30,7 @@ jobs:
27
30
28
31
input: "rpc/flipt"
29
32
breaking: true
- breaking_against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=v2"
33
+ breaking_against: .git#branch=v2
34
35
# TODO: we need to version the protos for pushing
36
0 commit comments