Skip to content

Commit

Permalink
Debugging oidc - permissions scope?
Browse files Browse the repository at this point in the history
  • Loading branch information
blyedev committed Jun 9, 2024
1 parent 88e6e86 commit 7d28b55
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@ on:
- main

permissions:
id-token: write
contents: read

jobs:
oidc-debugger:
name: OIDC Debugger
runs-on: ubuntu-latest

permissions:
id-token: write
contents: read

steps:
- name: Checkout actions-oidc-debugger
uses: actions/checkout@v3
Expand All @@ -35,10 +32,6 @@ jobs:
runs-on: ubuntu-latest
environment: build-backend

permissions:
id-token: write
contents: read

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -68,10 +61,6 @@ jobs:
runs-on: ubuntu-latest
environment: build-frontend

permissions:
id-token: write
contents: read

steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 7d28b55

Please sign in to comment.