Skip to content

Commit 366bccb

Browse files
authored
update secret (#5278)
1 parent a2f8356 commit 366bccb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/docs-sync_imgs.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ on:
66
paths:
77
- docSite/assets/imgs/**
88
workflow_dispatch:
9-
10-
permissions:
11-
contents: read
12-
packages: write
13-
attestations: write
14-
id-token: write
15-
pull-requests: write
16-
179
jobs:
1810
sync:
1911
runs-on: ubuntu-latest
@@ -24,7 +16,7 @@ jobs:
2416
- name: Run GitHub File Sync
2517
uses: BetaHuhn/[email protected]
2618
with:
27-
GH_PAT: ${{ secrets.GITHUB_TOKEN }}
19+
GH_PAT: ${{ secrets.IMG_GH_PAT }}
2820
CONFIG_PATH: .github/doc-sync-image.yml
2921
ORIGINAL_MESSAGE: true
3022
SKIP_PR: true

0 commit comments

Comments
 (0)