Skip to content

Commit d263088

Browse files
committed
Pass the secret TOKEN.
1 parent af25e0d commit d263088

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
java-version: 1.8
1616
- name: Build with Maven
1717
run: mvn -B package --file pom.xml
18+
env:
19+
TOKEN: ${{ secrets.TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "hackmyresume BUILD ./src/main/resources/json/fresh/resume.json target/index.html -t compact",
8-
"deploy": "gh-pages -d target -r https://$GH_TOKEN@github.com/emeraldjava/emeraldjava.git"
8+
"deploy": "gh-pages -d target -r https://$TOKEN@github.com/emeraldjava/emeraldjava.git"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)