Skip to content

Commit

Permalink
no github token
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Sep 16, 2024
1 parent 8a7011f commit 7b426ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,4 @@ jobs:
- uses: actions/checkout@v4

- name: Build
uses: ConsenSys/docs-gha/build@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ConsenSys/docs-gha/build@cleanup-token-vars
9 changes: 3 additions & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
- uses: actions/checkout@v4

- name: Lint code
uses: ConsenSys/docs-gha/lint@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ConsenSys/docs-gha/lint@cleanup-token-vars

- name: Lint markdown
uses: ConsenSys/docs-gha/lint-markdown@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ConsenSys/docs-gha/lint-markdown@cleanup-token-vars

4 changes: 1 addition & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Trivy
uses: ConsenSys/docs-gha/trivy@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: ConsenSys/docs-gha/trivy@cleanup-token-vars

0 comments on commit 7b426ef

Please sign in to comment.