Skip to content

Commit

Permalink
Fix permissions for creating attestations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed Sep 15, 2024
1 parent d78333a commit 55c6f5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ env:
LATEST_ZSH: "5.9"
LATEST_OMZ: "master" # TODO: we need to change master with main when migrating the branch

permissions:
id-token: write
contents: read
attestations: write
packages: write

jobs:
get-omz-versions:
name: Get Oh My Zsh versions
Expand Down

0 comments on commit 55c6f5d

Please sign in to comment.