Skip to content

Commit

Permalink
Add permissions required for release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GJKrupa committed Oct 5, 2023
1 parent 4c0f5ce commit 7965c8f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- 'v*'

permissions:
contents: "write"
packages: "write"
pull-requests: "read"

env:
CARGO_INCREMENTAL: 0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "manplan"
version = "0.1.0"
version = "0.1.1"
authors = ["Gerard Krupa"]
edition = "2021"
description = "Tool for keeping sdkman candidates up-to-date"
Expand Down

0 comments on commit 7965c8f

Please sign in to comment.