From e18a152c078ba9e6ef7644295b0b8f5c040cb3ce Mon Sep 17 00:00:00 2001 From: Swain Molster Date: Thu, 20 Apr 2023 11:55:23 -0400 Subject: [PATCH] fix: add id-token: write permissions --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a514407..aed7845 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }} + permissions: + id-token: write steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3