mirror of https://github.com/openkruise/charts.git
add github_token id-token=write permission
Signed-off-by: liheng.zms <liheng.zms@alibaba-inc.com>
This commit is contained in:
parent
f5439cab4a
commit
dcc7b360e1
|
|
@ -5,6 +5,11 @@ on:
|
|||
branches:
|
||||
- master
|
||||
- rewrite-build
|
||||
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue