Skip to content

Commit 6828931

Browse files
authored
chore: fix gha permission for deployctl action (denoland#6251)
1 parent 7480f35 commit 6828931

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
test:
1414
runs-on: ${{ matrix.os }}
1515
timeout-minutes: 30
16+
permissions:
17+
id-token: write # Required for deployctl
1618
strategy:
1719
fail-fast: false
1820
matrix:

0 commit comments

Comments
 (0)