Skip to content

Commit

Permalink
fix: add a github token
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   .github/workflows/ci.yaml
mmontour1306 committed Nov 14, 2024
1 parent 77ba023 commit 6f128e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -57,6 +57,8 @@ jobs:
uses: bufbuild/buf-setup-action@v1
- name: buf lint
uses: bufbuild/buf-lint-action@v1
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}

doc-lint:
runs-on: ubuntu-latest

0 comments on commit 6f128e9

Please sign in to comment.