Skip to content

Commit 18d2b72

Browse files
committed
+GITHUB_PAT
1 parent 2c65d0e commit 18d2b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ant.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
os: [ubuntu-latest, windows-latest, macOS-latest]
1515
java: [ 8 ]
1616
runs-on: ${{ matrix.os }}
17+
env:
18+
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1719
steps:
1820
- uses: actions/checkout@v2
1921
- uses: actions/setup-java@v1

0 commit comments

Comments
 (0)