Skip to content

Commit

Permalink
fix(workflows): job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
itschip committed Feb 29, 2024
1 parent 9b13bf4 commit 5b9ac1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
name: Build and create release
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
contents: write
actions: write
deployments: write
pull-requests: read

steps:
- name: Get tag
Expand Down

0 comments on commit 5b9ac1e

Please sign in to comment.