From 81bdf3e28ea8435a26a0496e85ef3bed294c4ed3 Mon Sep 17 00:00:00 2001 From: Blaise Bruer Date: Fri, 26 Jul 2024 20:36:23 -0500 Subject: [PATCH] changes --- .github/workflows/temp-key.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/temp-key.yaml b/.github/workflows/temp-key.yaml index 7d03ab1..b7c732c 100644 --- a/.github/workflows/temp-key.yaml +++ b/.github/workflows/temp-key.yaml @@ -8,13 +8,14 @@ on: description: "my token" value: ${{ jobs.my_job.outputs.token }} +permissions: + id-token: write + actions: read + pull-requests: read + jobs: my_job: environment: Production - permissions: - id-token: write - actions: read - pull-requests: read name: Generate output runs-on: ubuntu-latest