File tree Expand file tree Collapse file tree 5 files changed +41
-2
lines changed
Expand file tree Collapse file tree 5 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1+ name : copy-ridl-errors
2+
3+ on :
4+ push : # workflow_call:
5+
6+ jobs :
7+ copy-ridl-errors :
8+ runs-on : ubuntu-latest
9+
10+ steps :
11+ - uses : actions/checkout@v4
12+
13+ - name : Update quotacontrol
14+ uses : 0xsequence/actions/git-copy@master
15+ env :
16+ API_TOKEN_GITHUB : ${{ secrets.GH_TOKEN_GIT_COMMIT }}
17+ with :
18+ src : " proto/authcontrol.errors.ridl"
19+ dst : " proto/"
20+ branch : " update_authcontrol_errors"
21+ repository : " 0xsequence/quotacontrol"
22+ pr_create : true
23+ pr_base : " master"
Original file line number Diff line number Diff line change 1+ name : copy-ridl-errors
2+
3+ on :
4+ push :
5+ branches :
6+ - master
7+ paths :
8+ - " proto/authcontrol.errors.ridl"
9+
10+ jobs :
11+ run :
12+ uses : ./.github/workflows/copy-ridl-errors.yml
13+ secrets : inherit
Original file line number Diff line number Diff line change 11cloud.google.com/go/compute/metadata v0.3.0 /go.mod h1:zFmK7XCadkQkj6TtorcaGlCW1hT1fIilQDwofLpJ20k =
22github.com/decred/dcrd/crypto/blake256 v1.0.1 /go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo =
33github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
4- github.com/webrpc/gen-golang v0.17.0 /go.mod h1:qy1qEWMlTvrRzjSuQLy+176RqNaX1ymUULDtlo7Dapo =
54github.com/webrpc/gen-typescript v0.16.1 /go.mod h1:xQzYnVaSMfcygDXA5SuW8eYyCLHBHkj15wCF7gcJF5Y =
65github.com/webrpc/webrpc v0.22.0 /go.mod h1:eeABnLz9BC4F9GGw6UKebVPkzkFYLrZRlcOvh6o8n10 =
76golang.org/x/crypto v0.27.0 /go.mod h1:1Xngt8kV6Dvbssa53Ziq6Eqn0HqbZi5Z6R0ZpwQzt70 =
87golang.org/x/mod v0.17.0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
98golang.org/x/net v0.28.0 /go.mod h1:yqtgsTWOOnlGLG9GFRrK3++bGOUEkNBoHZc8MEDWPNg =
9+ golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
10+ golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
1011golang.org/x/sys v0.23.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
1112golang.org/x/sys v0.25.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
1213golang.org/x/telemetry v0.0.0-20240521205824-bda55230c457 /go.mod h1:pRgIJT+bRLFKnoM1ldnzKoxTIn14Yxz928LQRYYgIN0 =
1314golang.org/x/term v0.24.0 /go.mod h1:lOBK/LVxemqiMij05LGJ0tzNr8xlmwBRJ81PX6wVLH8 =
15+ golang.org/x/term v0.27.0 /go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM =
1416golang.org/x/text v0.18.0 /go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY =
17+ golang.org/x/text v0.21.0 /go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ =
1518golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d /go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk =
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ enum SessionType: uint16
1212 - Admin # Admin-level access (jwt)
1313 - InternalService # Internal service-to-service access (jwt)
1414
15- import "./errors.ridl"
15+ import "./authcontrol. errors.ridl"
You can’t perform that action at this time.
0 commit comments