We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a458a7c commit d44760aCopy full SHA for d44760a
1 file changed
.github/workflows/_build-tutorials-base.yml
@@ -127,6 +127,9 @@ jobs:
127
needs: worker
128
runs-on: [self-hosted, linux.2xlarge]
129
if: ${{ inputs.UPLOAD == 1 }}
130
+ permissions:
131
+ issues: write
132
+ contents: write
133
environment: ${{ github.ref == 'refs/heads/main' && 'pytorchbot-env' || '' }}
134
steps:
135
- name: Setup SSH (Click me for login details)
@@ -215,7 +218,7 @@ jobs:
215
218
-o _build/api_report.md \
216
219
--create-issue
217
220
env:
- GITHUB_TOKEN: ${{ secrets.CUSTOM_TOKEN }}
221
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
222
continue-on-error: true
223
224
- name: Upload API deprecation report
0 commit comments