Skip to content

Commit

Permalink
Fix github cd permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
finnbear committed Mar 13, 2024
1 parent 3a712f6 commit 028cc7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
- '.github/workflows/cd.yml'
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit 028cc7d

Please sign in to comment.