We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b8725 commit c7e0024Copy full SHA for c7e0024
Gruntfile.js
@@ -15,9 +15,9 @@ module.exports = function(grunt) {
15
gren: {
16
release: {
17
options: {
18
- token: '9d928d384738b0b15604aa440b44587fb65ab042',
19
- username: 'digital-detox',
20
- repo: 'rbs-xdl'
+ token: {github_token}',
+ username: {github_username},
+ repo: {github_repo_name}
21
}
22
23
@@ -32,4 +32,4 @@ module.exports = function(grunt) {
32
// By default, lint and run all tests.
33
grunt.registerTask('default', ['gren']);
34
35
-};
+};
0 commit comments