Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: set permissions to deploy GH pages (#1724)
### 📝 Description We are using https://github.com/peaceiris/actions-gh-pages which requires `contents: write` permission. We could potentially refactor this to use more generic `actions/upload-pages-artifact` + `actions/deploy-pages` that require more scoped permissions but unsure how much value it gets us. ### 🔗 Related Issues We won't be able to publish new GH pages until this is fixed -> see https://github.com/ExpediaGroup/graphql-kotlin/actions/runs/4427684966/jobs/7765655027#step:6:1258
- Loading branch information