We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d5bf1 commit a40984dCopy full SHA for a40984d
.github/workflows/bump.yml
@@ -146,6 +146,8 @@ jobs:
146
token: ${{secrets.BUMP_TOKEN}}
147
file: ${{ steps.format.outputs.file_path }}
148
overlay: ${{ steps.overlays.outputs.overlay_paths }}
149
+ env:
150
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
151
152
api-diff:
153
if: ${{ github.event_name == 'pull_request' && fromJson(needs.determine-doc-ids.outputs.matrix).doc_id[0] != null }}
@@ -180,4 +182,6 @@ jobs:
180
182
doc: ${{ matrix.doc_id }}
181
183
184
- command: diff
185
+ command: diff
186
187
0 commit comments