Skip to content

Commit

Permalink
Add necessary permissions for cargo-dist Docker build (#12072)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jun 27, 2024
1 parent a8b48fc commit 244b923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
with:
plan: ${{ needs.plan.outputs.val }}
secrets: inherit
permissions:
packages: write
contents: read

# Build and package all the platform-agnostic(ish) things
build-global-artifacts:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,6 @@ publish-jobs = ["./publish-pypi"]
# Announcement jobs to run in CI
post-announce-jobs = ["./notify-dependents"]
# Skip checking whether the specified configuration files are up to date
#allow-dirty = ["ci"]
allow-dirty = ["ci"]
# Whether to install an updater program
install-updater = false

0 comments on commit 244b923

Please sign in to comment.