Skip to content

Commit 86bb9be

Browse files
committed
Use global GITHUB_TOKEN and GITHUB_ACTOR env vars
1 parent 17c8360 commit 86bb9be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
env:
1111
JAVA: 11
1212
JAVA_DISTRIBUTION: zulu
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
GITHUB_ACTOR: ${{ github.actor }}
1315

1416
jobs:
1517
ci-core:

0 commit comments

Comments
 (0)