We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c93a71 commit 24a698eCopy full SHA for 24a698e
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
needs: test
60
if: "success() && startsWith(github.ref, 'refs/tags/')"
61
runs-on: ubuntu-latest
62
+ permissions:
63
+ contents: write
64
65
steps:
66
- uses: actions/checkout@v3
0 commit comments