Skip to content

Commit 2c1b33a

Browse files
committed
Updated GitHub workflows from https://github.com/briandfoy/github_workflows
272977a0f3b05a45d6df64f500b19c873c1ee68a * �[92mrelease.yml�[0m upgraded: 20250515.001 -> 20250713.001
1 parent 64a2516 commit 2c1b33a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ on:
7474
pull_request:
7575
# weekly build on the master branch just to see what CPAN is doing
7676
schedule:
77-
- cron: "28 16 * * 0"
77+
- cron: "45 19 * * 2"
7878
jobs:
7979
perl:
8080
environment: automated_testing
@@ -84,8 +84,6 @@ jobs:
8484
os:
8585
- ubuntu-latest
8686
perl-version:
87-
- '5.26-buster'
88-
- '5.28-buster'
8987
- '5.30-bullseye'
9088
- '5.32-bullseye'
9189
- '5.34-bullseye'

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -9,10 +9,6 @@
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 }}

0 commit comments

Comments
 (0)