Skip to content

Commit a40984d

Browse files
committed
Add GH token
1 parent 18d5bf1 commit a40984d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bump.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ jobs:
146146
token: ${{secrets.BUMP_TOKEN}}
147147
file: ${{ steps.format.outputs.file_path }}
148148
overlay: ${{ steps.overlays.outputs.overlay_paths }}
149+
env:
150+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
149151

150152
api-diff:
151153
if: ${{ github.event_name == 'pull_request' && fromJson(needs.determine-doc-ids.outputs.matrix).doc_id[0] != null }}
@@ -180,4 +182,6 @@ jobs:
180182
doc: ${{ matrix.doc_id }}
181183
token: ${{secrets.BUMP_TOKEN}}
182184
file: ${{ steps.format.outputs.file_path }}
183-
command: diff
185+
command: diff
186+
env:
187+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)