File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
linkChecker :
11
+ permissions :
12
+ issues : write # required for peter-evans/create-issue-from-file
11
13
runs-on : ubuntu-latest
12
14
steps :
13
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
18
id : lychee
17
19
uses : lycheeverse/lychee-action@f613c4a64e50d792e0b31ec34bbcbba12263c6a6 # v2.3.0
18
20
with :
19
- token : ${{ secrets.GH_TOKEN }}
20
21
fail : false
21
22
22
23
- name : Create Issue From File
26
27
title : Link Checker Report
27
28
content-filepath : ./lychee/out.md
28
29
labels : report, automated issue
29
- token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- v\d+\.\d+\.\d+
7
+ workflow_dispatch :
7
8
8
9
jobs :
9
10
goreleaser :
25
26
distribution : goreleaser
26
27
version : ' ~> v2'
27
28
args : release --clean
29
+ env :
30
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
replace_version :
9
9
runs-on : ubuntu-latest
10
- permissions :
11
- contents : write
12
10
steps :
13
11
- name : Checkout
14
12
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
13
with :
16
- token : ${{ secrets.GITHUB_TOKEN }}
14
+ token : ${{ secrets.SVC_PAT }}
17
15
ref : main
18
16
19
17
- name : Replace image version in k8s manifests
You can’t perform that action at this time.
0 commit comments