File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
crates/common/protos/api_upstream/.github/workflows Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ on: # rebuild any PRs and main branch changes
66 branches :
77 - master
88
9+ permissions :
10+ contents : read
11+ actions : write
12+
913concurrency :
1014 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1115 cancel-in-progress : true
Original file line number Diff line number Diff line change 2020 description : An ID used by external tools to identify workflow runs(can be left empty when running manually)
2121 default : " none"
2222 type : string
23+
24+ permissions :
25+ contents : read
2326jobs :
2427 dispatch :
2528 runs-on : ubuntu-latest
@@ -130,6 +133,8 @@ jobs:
130133 gh release create "$TAG" --target "$REF" --latest --generate-notes --notes-start-tag "$BASE_TAG" --draft
131134
132135 release-api-go :
136+ permissions :
137+ contents : write
133138 needs : [prepare-inputs, create-release]
134139 if : |
135140 !cancelled() &&
You can’t perform that action at this time.
0 commit comments