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 3e78b6d commit fdbc557Copy full SHA for fdbc557
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Upload
10
runs-on: ubuntu-latest
11
permissions:
12
- contents: read
+ contents: write
13
packages: write
14
steps:
15
- name: Checkout code
CHANGELOG.md
@@ -11,6 +11,7 @@ to [Semantic Versioning][semver].
- Upload reports of test coverage to Codecov to complete proofs of concept.
- Save compilations for various machines to releases when tags are created.
+- Include token permissions needed to create artifact content of a release.
16
## [0.1.0] - 2025-05-03
17
0 commit comments