File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
- uses : actions/checkout@v4
64
64
with :
65
65
repository : pympress/pympress.github.io
66
- token : ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
66
+ token : ${{ secrets.PYMPRESSDOCS_ACTION_PAT }}
67
67
ref : main
68
68
- name : Download
69
69
uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 76
76
tag_name : v${{ steps.name.outputs.tag }}
77
77
files : pympress-${{ steps.name.outputs.tag }}.tar.gz
78
78
env :
79
- GITHUB_TOKEN : ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
79
+ GITHUB_TOKEN : ${{ secrets.PYMPRESS_ACTION_PAT }}
80
80
81
81
macos :
82
82
name : Install and run test on mac
@@ -183,7 +183,7 @@ jobs:
183
183
fail_on_unmatched_files : true
184
184
files : srpm/${{ steps.srpm.outputs.file }}
185
185
env :
186
- GITHUB_TOKEN : ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
186
+ GITHUB_TOKEN : ${{ secrets.PYMPRESS_ACTION_PAT }}
187
187
188
188
- name : Check built RPM with rpmlint
189
189
run : rpmlint srpm/${{ steps.name.outputs.file }}
@@ -439,4 +439,4 @@ jobs:
439
439
dist/*.zip
440
440
dist/*.msi
441
441
env :
442
- GITHUB_TOKEN : ${{ secrets.GITHUB_PERSONAL_ACCESS_TOKEN }}
442
+ GITHUB_TOKEN : ${{ secrets.PYMPRESS_ACTION_PAT }}
You can’t perform that action at this time.
0 commit comments