Skip to content

Commit c475a95

Browse files
chore: give more permissions
1 parent e9682ed commit c475a95

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/release_rust.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ on:
66
name: Release Rust Binary
77

88
permissions:
9-
id-token: write
9+
actions: write
10+
checks: write
1011
contents: write
12+
deployments: write
13+
issues: write
14+
packages: write
15+
pull-requests: write
16+
repository-projects: write
17+
security-events: write
18+
statuses: write
1119

1220
env:
1321
RELEASE_BIN: squeeel-cli

0 commit comments

Comments
 (0)