Skip to content

Commit 92e4248

Browse files
committed
Fix token
1 parent 827c327 commit 92e4248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pci-update-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: write
14-
with:
15-
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
1614
steps:
1715
- uses: actions/checkout@v4
1816
with:
@@ -149,3 +147,4 @@ jobs:
149147
Automatic update of PCI database. Install using `pip install --upgrade torchruntime==${{ steps.update_version.outputs.new_version }}`
150148
151149
${{ env.DIFF_OUTPUT }}
150+
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)