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 827c327 commit 92e4248Copy full SHA for 92e4248
.github/workflows/pci-update-workflow.yml
@@ -11,8 +11,6 @@ jobs:
11
runs-on: ubuntu-latest
12
permissions:
13
contents: write
14
- with:
15
- token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
16
steps:
17
- uses: actions/checkout@v4
18
with:
@@ -149,3 +147,4 @@ jobs:
149
147
Automatic update of PCI database. Install using `pip install --upgrade torchruntime==${{ steps.update_version.outputs.new_version }}`
150
148
151
${{ env.DIFF_OUTPUT }}
+ token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
0 commit comments