Skip to content

Commit

Permalink
Merge pull request #138 from RDFLib/edmond/versioning
Browse files Browse the repository at this point in the history
Allow write permission for release asset in release workflow
  • Loading branch information
edmondchuc committed Jan 25, 2024
2 parents 7344935 + e05f275 commit 2b6febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

# Grants permissions for GITHUB_TOKEN
permissions:
contents: read
contents: write # to upload release asset
id-token: write # to verify the deployment originates from an appropriate source
packages: write # to push to GHCR package

Expand Down

0 comments on commit 2b6febe

Please sign in to comment.