File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 74
74
pull_request :
75
75
# weekly build on the master branch just to see what CPAN is doing
76
76
schedule :
77
- - cron : " 28 16 * * 0 "
77
+ - cron : " 45 19 * * 2 "
78
78
jobs :
79
79
perl :
80
80
environment : automated_testing
84
84
os :
85
85
- ubuntu-latest
86
86
perl-version :
87
- - ' 5.26-buster'
88
- - ' 5.28-buster'
89
87
- ' 5.30-bullseye'
90
88
- ' 5.32-bullseye'
91
89
- ' 5.34-bullseye'
Original file line number Diff line number Diff line change 1
1
# brian's standard GitHub Actions release config for Perl 5 modules
2
- # version 20250515 .001
2
+ # version 20250713 .001
3
3
# https://github.com/briandfoy/github_workflows
4
4
# https://github.com/features/actions
5
5
# This file is licensed under the Artistic License 2.0
9
9
# that hard, but that doesn't fit with my workflow since this part
10
10
# happens after everything else has succeeded.
11
11
#
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
- #
16
12
# Variables that you can set in the "automated_testing" environment:
17
13
#
18
14
# EXTRA_CPAN_MODULES - extra arguments to the first call to cpan.
@@ -137,4 +133,4 @@ jobs:
137
133
${{ env.ASSET_NAME }}
138
134
${{ steps.attestation.outputs.bundle-path }}
139
135
${{ 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