scheduled: set github token

master
Sean Molenaar 2022-12-29 20:26:22 +01:00
parent cb506dfced
commit eafdc2c7ae
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
runs-on: ubuntu-22.04
needs: create_matrix
name: "Online check: ${{ matrix.formula }}"
env:
HOMEBREW_GITHUB_API_TOKEN: "${{ github.token }}"
strategy:
matrix:
formula: ${{ fromJson(needs.create_matrix.outputs.json) }}