From f44fdc08a6843c65b028c9881853276d6640ea9d Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Fri, 26 Jul 2024 18:17:58 +0200 Subject: [PATCH] chore: Fix GH action (#167) --- .github/workflows/test-and-release.yml | 4 ++++ .prettierignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .prettierignore diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index dd42d4f..04b9556 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -20,6 +20,10 @@ jobs: group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.node-version }} cancel-in-progress: true + permissions: + contents: read + id-token: write + steps: - name: ⬇️ Checkout repo uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@main diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..83b6947 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +CHANGELOG.md \ No newline at end of file