We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c501d commit bd60840Copy full SHA for bd60840
.github/workflows/ci.yml
@@ -75,6 +75,7 @@ jobs:
75
runs-on: ubuntu-latest
76
permissions:
77
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
78
+ contents: write # To create a release
79
steps:
80
- uses: actions/checkout@v4
81
0 commit comments