Skip to content

Commit

Permalink
Add PAT to Bazel Steward to trigger builds in PRs (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Bogacz <[email protected]>
  • Loading branch information
michalbogacz and Michal Bogacz authored Nov 21, 2024
1 parent 91f8241 commit 601da83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: VirtusLab/bazel-steward@latest
- uses: VirtusLab/bazel-steward@latest
with:
github-personal-token: ${{ secrets.STEWARD_PAT }}

0 comments on commit 601da83

Please sign in to comment.