Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
allada committed Jul 27, 2024
1 parent 9dd516b commit 81bdf3e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/temp-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81bdf3e

Please sign in to comment.