Skip to content

Commit fdbc557

Browse files
authored
ci: include token permissions needed to create artifact content of a release (#3)
1 parent 3e78b6d commit fdbc557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Upload
1010
runs-on: ubuntu-latest
1111
permissions:
12-
contents: read
12+
contents: write
1313
packages: write
1414
steps:
1515
- name: Checkout code

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ to [Semantic Versioning][semver].
1111

1212
- Upload reports of test coverage to Codecov to complete proofs of concept.
1313
- Save compilations for various machines to releases when tags are created.
14+
- Include token permissions needed to create artifact content of a release.
1415

1516
## [0.1.0] - 2025-05-03
1617

0 commit comments

Comments
 (0)