File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
82
with :
83
83
repository : ${{ github.repository_owner }}/junit5-samples
84
- token : ${{ secrets.GH_TOKEN }}
84
+ token : ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_SAMPLES_REPO }}
85
85
fetch-depth : 1
86
86
path : junit5-samples
87
87
- name : Set up JDK
@@ -242,7 +242,7 @@ jobs:
242
242
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
243
243
with :
244
244
repository : ${{ github.repository_owner }}/junit5-samples
245
- token : ${{ secrets.GH_TOKEN }}
245
+ token : ${{ secrets.JUNIT_BUILDS_GITHUB_TOKEN_SAMPLES_REPO }}
246
246
fetch-depth : 1
247
247
- name : Set up JDK
248
248
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
You can’t perform that action at this time.
0 commit comments