Skip to content

Commit

Permalink
ci: set proper permission for preview job (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Mar 4, 2024
1 parent 299b61b commit d65e8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
pages-preview:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

### Chores

* **deps:** bump codecov/codecov-action from 4.0.1 to 4.1.0 ([#55](https://github.com/msclock/sphinx-deployment/issues/55)) ([2d74bf1](https://github.com/msclock/sphinx-deployment/commit/2d74bf15b6cd16759f7ed5c00b0eaf3434602b3d)), closes [codecov/codecov-action#1304](https://github.com/codecov/codecov-action/issues/1304) [codecov/codecov-action#1306](https://github.com/codecov/codecov-action/issues/1306) [codecov/codecov-action#1305](https://github.com/codecov/codecov-action/issues/1305) [codecov/codecov-action#1307](https://github.com/codecov/codecov-action/issues/1307) [codecov/codecov-action#1251](https://github.com/codecov/codecov-action/issues/1251) [codecov/codecov-action#1257](https://github.com/codecov/codecov-action/issues/1257) [codecov/codecov-action#1266](https://github.com/codecov/codecov-action/issues/1266) [codecov/codecov-action#1265](https://github.com/codecov/codecov-action/issues/1265) [codecov/codecov-action#1260](https://github.com/codecov/codecov-action/issues/1260) [codecov/codecov-action#1272](https://github.com/codecov/codecov-action/issues/1272) [codecov/codecov-action#1271](https://github.com/codecov/codecov-action/issues/1271) [codecov/codecov-action#1269](https://github.com/codecov/codecov-action/issues/1269) [codecov/codecov-action#1298](https://github.com/codecov/codecov-action/issues/1298) [codecov/codecov-action#1300](https://github.com/codecov/codecov-action/issues/1300) [codecov/codecov-action#1290](https://github.com/codecov/codecov-action/issues/1290) [codecov/codecov-action#1286](https://github.com/codecov/codecov-action/issues/1286) [codecov/codecov-action#1302](https://github.com/codecov/codecov-action/issues/1302) [codecov/codecov-action#1265](https://github.com/codecov/codecov-action/issues/1265) [codecov/codecov-action#1260](https://github.com/codecov/codecov-action/issues/1260) [codecov/codecov-action#1272](https://github.com/codecov/codecov-action/issues/1272) [codecov/codecov-action#1300](https://github.com/codecov/codecov-action/issues/1300) [#1307](https://github.com/msclock/sphinx-deployment/issues/1307) [#1305](https://github.com/msclock/sphinx-deployment/issues/1305) [#1306](https://github.com/msclock/sphinx-deployment/issues/1306) [#1304](https://github.com/msclock/sphinx-deployment/issues/1304) [#1302](https://github.com/msclock/sphinx-deployment/issues/1302) [#1286](https://github.com/msclock/sphinx-deployment/issues/1286) [#1300](https://github.com/msclock/sphinx-deployment/issues/1300) [#1298](https://github.com/msclock/sphinx-deployment/issues/1298)
* **deps:** bump codecov/codecov-action from 4.0.1 to 4.1.0 ([#55](https://github.com/msclock/sphinx-deployment/issues/55))

## [0.0.18](https://github.com/msclock/sphinx-deployment/compare/v0.0.17...v0.0.18) (2024-02-25)

Expand Down

0 comments on commit d65e8a1

Please sign in to comment.