Skip to content

Commit

Permalink
use GITHUB_TOKEN instead, stop using team-reviewers
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 10, 2024
1 parent 16e5d5e commit 81046f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
token: ${{ secrets.SPEC_UPDATE_TOKEN }}
- name: Setup Python environment
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -56,7 +54,6 @@ jobs:
uses: peter-evans/[email protected]
if: steps.git-diff-num.outputs.num-diff != 0
with:
token: ${{ secrets.SPEC_UPDATE_TOKEN }}
commit-message: |
${{ steps.git-diff.outputs.commit}}
branch: ${{ steps.git-branch.outputs.branch }}
Expand All @@ -65,5 +62,4 @@ jobs:
body: |
${{ steps.git-diff.outputs.commit}}
base: 'main'
team-reviewers: "@dropbox/sdk-maintainers"
draft: false

0 comments on commit 81046f8

Please sign in to comment.