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 cd5c8ec commit 5c4dac0Copy full SHA for 5c4dac0
.github/workflows/bump_bbs_protos.yml
@@ -8,7 +8,9 @@ on:
8
jobs:
9
update-protos:
10
runs-on: ubuntu-latest
11
-
+ permissions:
12
+ contents: read
13
+ pull-requests: write
14
steps:
15
- uses: hmarr/debug-action@v3
16
- name: Checkout ccng
.github/workflows/deploy_v3_docs.yml
@@ -8,6 +8,8 @@ on:
dummy:
- name: Dummy Step
run: echo "This is a dummy action to ensure visibility"
0 commit comments