Skip to content

Commit c7e0024

Browse files
committed
Update Gruntfile.js
1 parent c8b8725 commit c7e0024

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gruntfile.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ module.exports = function(grunt) {
1515
gren: {
1616
release: {
1717
options: {
18-
token: '9d928d384738b0b15604aa440b44587fb65ab042',
19-
username: 'digital-detox',
20-
repo: 'rbs-xdl'
18+
token: {github_token}',
19+
username: {github_username},
20+
repo: {github_repo_name}
2121
}
2222
}
2323
}
@@ -32,4 +32,4 @@ module.exports = function(grunt) {
3232
// By default, lint and run all tests.
3333
grunt.registerTask('default', ['gren']);
3434

35-
};
35+
};

0 commit comments

Comments
 (0)