From 04a66f62d3a41ea07fcd0dd5e6402fa0e0357e5d Mon Sep 17 00:00:00 2001 From: Casey Waldren Date: Thu, 23 May 2024 11:23:47 -0700 Subject: [PATCH] add id-token: write to example workflows --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 640e20e..7b1480e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,8 @@ jobs: web-server-examples: runs-on: ubuntu-latest + permissions: + id-token: write strategy: fail-fast: false matrix: @@ -80,6 +82,8 @@ jobs: plain-lua-examples: runs-on: ubuntu-latest + permissions: + id-token: write strategy: fail-fast: false matrix: