We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22aed48 commit 818a4deCopy full SHA for 818a4de
.github/workflows/main.yml
@@ -39,6 +39,8 @@ jobs:
39
runs-on: ubuntu-latest
40
needs: build
41
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
44
steps:
45
- name: Checkout repository
46
uses: actions/checkout@v6
0 commit comments