Skip to content

Commit

Permalink
enable write-all
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccoolguy committed Feb 13, 2024
1 parent 4fa1786 commit 799c3cc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
actions: "write"
contents: "read"
id-token: "write"
permissions: "write-all"

steps:
- name: Check out code
Expand Down

0 comments on commit 799c3cc

Please sign in to comment.