Skip to content

Commit d403011

Browse files
committed
fix: ci tests
1 parent 96ffc32 commit d403011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
needs: test
6767
runs-on: ubuntu-latest
6868
permissions:
69-
contents: read
70-
packages: write
69+
contents: 'read'
70+
id-token: 'write'
7171
steps:
7272
- name: Checkout code
7373
uses: actions/checkout@v4

0 commit comments

Comments
 (0)