Skip to content

Commit 154a1b2

Browse files
committed
[ci] add id-token write permission to ci deploy
1 parent 3398169 commit 154a1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ jobs:
3939
./coverage_test.sh
4040
4141
deploy:
42-
name: Upload bjdata wheels
4342
runs-on: ubuntu-22.04
4443
needs: build
44+
permissions:
45+
id-token: write
4546
steps:
4647
- name: Checkout repo
4748
uses: actions/checkout@v3

0 commit comments

Comments
 (0)