Skip to content

Commit

Permalink
ci: permission at job level (#2922)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Abro <AustinAbro321@gmail.com>
  • Loading branch information
AustinAbro321 committed Aug 22, 2024
1 parent 186c5d0 commit 4f0c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release CLI and Packages on Tag

permissions:
id-token: write
contents: read

on:
Expand All @@ -13,6 +12,7 @@ jobs:
build-release:
runs-on: ubuntu-latest
permissions:
id-token: write
packages: write
steps:
# Checkout the repo and setup the tooling for this job
Expand Down

0 comments on commit 4f0c949

Please sign in to comment.