Skip to content

Commit cb908db

Browse files
committed
fix: update workflow permissions and GitHub Pages deployment config
1 parent 758f4ec commit cb908db

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
permissions:
19-
contents: read
19+
contents: write
2020
pages: write
2121
id-token: write
2222
actions: read
2323
checks: write
24+
deployments: write
2425

2526
env:
2627
PYTHON_VERSION_DEFAULT: "3.11"
@@ -251,6 +252,9 @@ jobs:
251252
publish_dir: ./allure-report
252253
destination_dir: test-reports
253254
force_orphan: true
255+
user_name: 'github-actions[bot]'
256+
user_email: 'github-actions[bot]@users.noreply.github.com'
257+
commit_message: 'docs: update test reports'
254258

255259
notify:
256260
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)