Skip to content

Commit

Permalink
[nfc] Use Chisel Bot Token for CI
Browse files Browse the repository at this point in the history
Change the "Update Contributors" action to use the CHISEL_BOT_TOKEN
secret.  This enables the PR created to trigger CI.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge committed Feb 10, 2024
1 parent 8a598ac commit b2e44a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
update-contributors:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- name: "Checkout chipsalliance/firrtl-spec"
uses: actions/checkout@v4
Expand All @@ -22,6 +19,7 @@ jobs:
- name: "Open PR If New Contributors"
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.CHISEL_BOT_TOKEN }}
branch: ci/update-contributors
author: chiselbot <[email protected]>
committer: chiselbot <[email protected]>
Expand Down

0 comments on commit b2e44a4

Please sign in to comment.