We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe556c commit 739d5d4Copy full SHA for 739d5d4
.github/workflows/deploy.yml
@@ -21,6 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
if: startsWith(github.ref, 'refs/tags/v')
23
permissions:
24
+ token: write
25
attestations: write
26
27
steps:
0 commit comments