Skip to content

Commit d44760a

Browse files
committed
Update
1 parent a458a7c commit d44760a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/_build-tutorials-base.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
needs: worker
128128
runs-on: [self-hosted, linux.2xlarge]
129129
if: ${{ inputs.UPLOAD == 1 }}
130+
permissions:
131+
issues: write
132+
contents: write
130133
environment: ${{ github.ref == 'refs/heads/main' && 'pytorchbot-env' || '' }}
131134
steps:
132135
- name: Setup SSH (Click me for login details)
@@ -215,7 +218,7 @@ jobs:
215218
-o _build/api_report.md \
216219
--create-issue
217220
env:
218-
GITHUB_TOKEN: ${{ secrets.CUSTOM_TOKEN }}
221+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
219222
continue-on-error: true
220223

221224
- name: Upload API deprecation report

0 commit comments

Comments
 (0)