8000 clarify · dropbox/dropbox-sdk-python@f691206 · GitHub
[go: up one dir, main page]

Skip to content

Commit f691206

Browse files
committed
clarify
1 parent c3b29c4 commit f691206

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/spec_update.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
uses: peter-evans/create-pull-request@v5.0.3
5555
if: steps.git-diff-num.outputs.num-diff != 0
5656
with:
57+
# TODO: `SPEC_UPDATE_TOKEN` is broken
58+
# token: ${{ secrets.SPEC_UPDATE_TOKEN }}
5759
commit-message: |
5860
${{ steps.git-diff.outputs.commit}}
5961
branch: ${{ steps.git-branch.outputs.branch }}
@@ -62,6 +64,6 @@ jobs:
6264
body: |
6365
${{ steps.git-diff.outputs.commit}}
6466
base: 'main'
65-
# TODO: `SPEC_UPDATE_TOKEN` needs to be fixed
66-
# team-reviewers: "@dropbox/sdk-maintainers"
67+
# TODO: `SPEC_UPDATE_TOKEN` is broken
68+
# team-reviewers: "sdk-maintainers"
6769
draft: false

0 commit comments

Comments
 (0)
0