File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 7474 pull_request :
7575 # weekly build on the master branch just to see what CPAN is doing
7676 schedule :
77- - cron : " 34 7 * * 1 "
77+ - cron : " 10 15 * * 6 "
7878jobs :
7979 perl :
8080 environment : automated_testing
8484 os :
8585 - ubuntu-latest
8686 perl-version :
87- - ' 5.20-buster'
88- - ' 5.22-buster'
89- - ' 5.24-buster'
90- - ' 5.26-buster'
91- - ' 5.28-buster'
9287 - ' 5.30-bullseye'
9388 - ' 5.32-bullseye'
9489 - ' 5.34-bullseye'
Original file line number Diff line number Diff line change 11# brian's standard GitHub Actions release config for Perl 5 modules
2- # version 20250515 .001
2+ # version 20250713 .001
33# https://github.com/briandfoy/github_workflows
44# https://github.com/features/actions
55# This file is licensed under the Artistic License 2.0
99# that hard, but that doesn't fit with my workflow since this part
1010# happens after everything else has succeeded.
1111#
12- # This requires that you configure a repository secret named
13- # RELEASE_ACTION_TOKEN with a GitHub Personal Access Token
14- # that has "read and write" permissions on Repository/Contents
15- #
1612# Variables that you can set in the "automated_testing" environment:
1713#
1814# EXTRA_CPAN_MODULES - extra arguments to the first call to cpan.
@@ -137,4 +133,4 @@ jobs:
137133 ${{ env.ASSET_NAME }}
138134 ${{ steps.attestation.outputs.bundle-path }}
139135 ${{ vars.EXTRA_RELEASE_PATHS }}
140- token : ${{ secrets.RELEASE_ACTION_TOKEN }}
136+ token : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments