Skip to content

Commit 28a7123

Browse files
committed
wip
1 parent 95aaced commit 28a7123

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/merge_main_to_develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
destination_branch: "develop" # If blank, default: main
1818
pr_title: "Merge main into develop"
1919
pr_body: "Automatically generated PR to keep develop in sync with main.\n\n **USE MERGE COMMIT TO MERGE THIS PR**.\n\nSee [merge_main_to_develop.yml](/eclipse/rdf4j/.github/workflows/merge_main_to_develop.yml)." # Full markdown support, requires pr_title to be set
20-
github_token: ${{ github.token }}
20+
github_token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/pr-verify.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
repo: eclipse/rdf4j
2929
workflow_id: ${{ github.run_id }}
30-
access_token: ${{ github.token }}
30+
access_token: ${{secrets.GITHUB_TOKEN}}
3131

3232
compile:
3333
runs-on: ubuntu-latest
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
repo: eclipse/rdf4j
5454
workflow_id: ${{ github.run_id }}
55-
access_token: ${{ github.token }}
55+
access_token: ${{secrets.GITHUB_TOKEN}}
5656

5757
build:
5858
runs-on: ubuntu-latest
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
repo: eclipse/rdf4j
9191
workflow_id: ${{ github.run_id }}
92-
access_token: ${{ github.token }}
92+
access_token: ${{secrets.GITHUB_TOKEN}}
9393

9494
integration-tests:
9595
runs-on: ubuntu-latest
@@ -123,7 +123,7 @@ jobs:
123123
with:
124124
repo: eclipse/rdf4j
125125
workflow_id: ${{ github.run_id }}
126-
access_token: ${{ github.token }}
126+
access_token: ${{secrets.GITHUB_TOKEN}}
127127

128128
slow-tests:
129129
runs-on: ubuntu-latest
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
repo: eclipse/rdf4j
159159
workflow_id: ${{ github.run_id }}
160-
access_token: ${{ github.token }}
160+
access_token: ${{secrets.GITHUB_TOKEN}}
161161

162162
package-assembly:
163163
runs-on: ubuntu-latest
@@ -184,7 +184,7 @@ jobs:
184184
with:
185185
repo: eclipse/rdf4j
186186
workflow_id: ${{ github.run_id }}
187-
access_token: ${{ github.token }}
187+
access_token: ${{secrets.GITHUB_TOKEN}}
188188

189189
e2e:
190190
runs-on: ubuntu-latest
@@ -216,7 +216,7 @@ jobs:
216216
with:
217217
repo: eclipse/rdf4j
218218
workflow_id: ${{ github.run_id }}
219-
access_token: ${{ github.token }}
219+
access_token: ${{secrets.GITHUB_TOKEN}}
220220

221221
copyright-check:
222222
runs-on: ubuntu-latest
@@ -230,5 +230,5 @@ jobs:
230230
with:
231231
repo: eclipse/rdf4j
232232
workflow_id: ${{ github.run_id }}
233-
access_token: ${{ github.token }}
233+
access_token: ${{secrets.GITHUB_TOKEN}}
234234

0 commit comments

Comments
 (0)