Skip to content

Commit de96bda

Browse files
committed
fix(ci): add contents:write permission to build-engine workflow
The GITHUB_TOKEN needs contents:write to create GitHub releases. Without it, the `gh release create` step fails with HTTP 403.
1 parent bd2e41e commit de96bda

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-engine.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
build:
1212
name: Build all platform bundles
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- uses: actions/checkout@v4
1618
- name: Set up Node

0 commit comments

Comments
 (0)