Skip to content

Commit 1378f7a

Browse files
authored
Merge pull request #33 from endlessm/dependabot/github_actions/endlessm/amalgamate-pages-2
Bump endlessm/amalgamate-pages from 1 to 2
2 parents 824ebb1 + d87ebe6 commit 1378f7a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ permissions:
1515
contents: read
1616
pages: write
1717
id-token: write
18+
pull-requests: write
19+
statuses: write
1820

1921
jobs:
2022
publish:
2123
name: Publish all branches to GitHub Pages
2224
runs-on: ubuntu-latest
2325
steps:
24-
- uses: endlessm/amalgamate-pages@v1
26+
- uses: endlessm/amalgamate-pages@v2
2527
with:
2628
workflow_name: "Build and Export Game"
2729
artifact_name: web

0 commit comments

Comments
 (0)