Skip to content

Commit db9a1d5

Browse files
committed
Propagate token changes to other workflows
1 parent d701452 commit db9a1d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy_doc_l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v4
6464
with:
6565
repository: pympress/pympress.github.io
66-
token: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
66+
token: ${{ secrets.PYMPRESSDOCS_ACTION_PAT }}
6767
ref: main
6868
- name: Download
6969
uses: actions/download-artifact@v4

.github/workflows/draft_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
tag_name: v${{ steps.name.outputs.tag }}
7777
files: pympress-${{ steps.name.outputs.tag }}.tar.gz
7878
env:
79-
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
79+
GITHUB_TOKEN: ${{ secrets.PYMPRESS_ACTION_PAT }}
8080

8181
macos:
8282
name: Install and run test on mac
@@ -183,7 +183,7 @@ jobs:
183183
fail_on_unmatched_files: true
184184
files: srpm/${{ steps.srpm.outputs.file }}
185185
env:
186-
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
186+
GITHUB_TOKEN: ${{ secrets.PYMPRESS_ACTION_PAT }}
187187

188188
- name: Check built RPM with rpmlint
189189
run: rpmlint srpm/${{ steps.name.outputs.file }}
@@ -439,4 +439,4 @@ jobs:
439439
dist/*.zip
440440
dist/*.msi
441441
env:
442-
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
442+
GITHUB_TOKEN: ${{ secrets.PYMPRESS_ACTION_PAT }}

0 commit comments

Comments
 (0)