Skip to content

Commit

Permalink
clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 10, 2024
1 parent c3b29c4 commit f691206
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/spec_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
uses: peter-evans/[email protected]
if: steps.git-diff-num.outputs.num-diff != 0
with:
# TODO: `SPEC_UPDATE_TOKEN` is broken
# token: ${{ secrets.SPEC_UPDATE_TOKEN }}
commit-message: |
${{ steps.git-diff.outputs.commit}}
branch: ${{ steps.git-branch.outputs.branch }}
Expand All @@ -62,6 +64,6 @@ jobs:
body: |
${{ steps.git-diff.outputs.commit}}
base: 'main'
# TODO: `SPEC_UPDATE_TOKEN` needs to be fixed
# team-reviewers: "@dropbox/sdk-maintainers"
# TODO: `SPEC_UPDATE_TOKEN` is broken
# team-reviewers: "sdk-maintainers"
draft: false

0 comments on commit f691206

Please sign in to comment.