We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af25e0d commit d263088Copy full SHA for d263088
.github/workflows/maven.yml
@@ -15,3 +15,5 @@ jobs:
15
java-version: 1.8
16
- name: Build with Maven
17
run: mvn -B package --file pom.xml
18
+ env:
19
+ TOKEN: ${{ secrets.TOKEN }}
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"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"
+ "deploy": "gh-pages -d target -r https://$TOKEN@github.com/emeraldjava/emeraldjava.git"
9
},
10
"repository": {
11
"type": "git",
0 commit comments