Skip to content

Commit 818a4de

Browse files
committed
fix: missing permission
1 parent 22aed48 commit 818a4de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
needs: build
4141
if: ${{ github.ref == 'refs/heads/main' }}
42+
permissions:
43+
id-token: write # This is required for the Tailscale action to request a JWT from GitHub
4244
steps:
4345
- name: Checkout repository
4446
uses: actions/checkout@v6

0 commit comments

Comments
 (0)