Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

Commit

Permalink
PLTFRS-5532 - Use access token for GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
jlescot authored Aug 4, 2016
1 parent 7918453 commit 1ef1d1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ module.exports = function(grunt) {
afterRelease: ["tag"],
github: {
repo: "AirVantage/node-tech-static",
usernameVar: "GITHUB_USERNAME",
passwordVar: "GITHUB_PASSWORD"
accessTokenVar: "GITHUB_ACCESS_TOKEN"
}
}
},
Expand Down

0 comments on commit 1ef1d1d

Please sign in to comment.