Skip to content

Commit

Permalink
chore(ci): add permissions to fix publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyaha authored May 2, 2024
1 parent 20577f1 commit 62cd88b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
jobs:
build-and-publish:
runs-on: ubuntu-latest

permissions:
contents: read
id-token: write

services:
redis:
image: redis
Expand All @@ -21,6 +26,7 @@ jobs:
- 7003:7003
- 7004:7004
- 7005:7005

strategy:
matrix:
node-version: [lts/*]
Expand Down

0 comments on commit 62cd88b

Please sign in to comment.