From d6fb7efc3acb2869f864f915ffbf6ef7473ddd25 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 31 May 2021 23:27:59 +0100 Subject: [PATCH] chore(deps): update build-emacs-for-macos to 0.4.15 Makes build script itself perform authenticated GitHub API calls when GITHUB_TOKEN environment variable is set. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 508c4e2..739c972 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v2 with: repository: jimeh/build-emacs-for-macos - ref: "0.4.14" + ref: "0.4.15" path: builder - uses: ruby/setup-ruby@v1 with: @@ -75,6 +75,8 @@ jobs: --work-dir '${{ github.workspace }}' --native-full-aot ${{ github.event.inputs.extraReleaseArgs }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish release if: steps.check.outcome == 'failure' run: >-