Skip to content

Commit

Permalink
ci: add missing permission to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox committed Jun 12, 2023
1 parent 7906cfe commit 517b5cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ defaults:
run:
working-directory: back

permissions:
contents: read
id-token: write # Needed for auth with Deno Deploy

jobs:
ci:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 517b5cc

Please sign in to comment.