From 875fbda5e9c12b7fec14c1a2a28591431d0d1257 Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Wed, 18 Feb 2026 09:05:04 -0600 Subject: [PATCH] 0.9.8 --- .github/workflows/CI.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 592841e..3d973ff 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,6 +22,10 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + actions: read + packages: read jobs: lint: @@ -520,6 +524,7 @@ jobs: permissions: contents: write id-token: write + actions: read needs: - lint - build-freebsd