Browse Source

Use a GitHub personal token with Gist access

Douglas Thrift 3 years ago
parent
commit
c4254617e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/au.yml

+ 1 - 1
.github/workflows/au.yml

@@ -46,7 +46,7 @@ jobs:
 
           # Github token to commit pushed packages to repository
           github_user_repo: ${{ github.repository }}
-          github_api_key: ${{ secrets.GITHUB_TOKEN }}
+          github_api_key: ${{ secrets.AU_GITHUB_API_KEY }}
 
           # Mail credentials - for error notifications
           mail_to: ${{ secrets.MAIL_TO }}