diff --git a/.github/workflows/build_mame.yml b/.github/workflows/build_mame.yml index 3ce74c0..940703a 100644 --- a/.github/workflows/build_mame.yml +++ b/.github/workflows/build_mame.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v3 with: submodules: 'true' + token: ${{ secrets.TRIGGER_BUILD_TOKEN }} - name: "Install dependencies" run: "automation_tools/install_dependencies.sh"