From 6bbaf8c29fe890240a4000f8fc3172fbfe588c22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:53:49 +0000 Subject: [PATCH 1/2] Bump endlessm/amalgamate-pages from 1 to 2 Bumps [endlessm/amalgamate-pages](https://github.com/endlessm/amalgamate-pages) from 1 to 2. - [Release notes](https://github.com/endlessm/amalgamate-pages/releases) - [Commits](https://github.com/endlessm/amalgamate-pages/compare/v1...v2) --- updated-dependencies: - dependency-name: endlessm/amalgamate-pages dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 1b0b179..d624976 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -21,7 +21,7 @@ jobs: name: Publish all branches to GitHub Pages runs-on: ubuntu-latest steps: - - uses: endlessm/amalgamate-pages@v1 + - uses: endlessm/amalgamate-pages@v2 with: workflow_name: "Build and Export Game" artifact_name: web From d87ebe60740dec1bd5f315a34a540d6424f9adb4 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Wed, 3 Sep 2025 10:56:49 +0100 Subject: [PATCH 2/2] ci: Update permissions for github-pages workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit amalgamate-pages@v2 requires pull-requests: write to post PR comments. I intend to also add the ability to set the build status so I am preƫmptively adding that permission too. --- .github/workflows/github-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d624976..e9eb7c1 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -15,6 +15,8 @@ permissions: contents: read pages: write id-token: write + pull-requests: write + statuses: write jobs: publish: