diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index d06a493..bf9bf2b 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -20,7 +20,7 @@ env: # 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_user: ${{ secrets.MAIL_USER }}