From cdd28860983303e5901e62934e06fc8233809655 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Mon, 29 Apr 2024 18:48:47 +0300 Subject: [PATCH] fix: update token perms to enable npm provenance check --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e303d3..a1deafe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,8 +5,15 @@ on: [push, pull_request] jobs: # Fast unit tests flow push: + name: Push ${{ github.ref }} if: github.event_name == 'push' runs-on: ubuntu-latest + permissions: + checks: read + statuses: write + contents: write + packages: write + id-token: write steps: - name: Checkuout uses: actions/checkout@v4