This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new db6655fdd0 [Fix]403 error due to changes in GA default permissions
(#1029)
db6655fdd0 is described below
commit db6655fdd0bcb62562ff1da7c7b8a022ce5ed2de
Author: Calvin Kirs <[email protected]>
AuthorDate: Wed Aug 21 05:57:32 2024 +0800
[Fix]403 error due to changes in GA default permissions (#1029)
---
.github/workflows/cron-deploy-website.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cron-deploy-website.yml
b/.github/workflows/cron-deploy-website.yml
index cdc132ea7b..378c8a0d65 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -3,7 +3,7 @@ name: Cron Deploy
on:
schedule:
- cron: '0 4,10,17 * * *' # UTC time
-
+permissions: write-all
jobs:
build-and-deploy:
runs-on: ubuntu-latest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]