Skip to content

Commit

Permalink
Fix Chandler config. permissions (#69)
Browse files Browse the repository at this point in the history
This fixes the permissions of the generated Chandler configuration file
so that Travis CI can automatically update GitHub releases.
  • Loading branch information
suchow committed Sep 9, 2016
1 parent 3eee048 commit cbdacb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/github_releases.sh
@@ -1,2 +1,3 @@
echo "machine api.github.com\n login DallingerBot\n password $CHANDLER_GITHUB_API_TOKEN" > ~/.netrc
chmod 0600 ~/.netrc
chandler push

0 comments on commit cbdacb8

Please sign in to comment.