Skip to content

Commit

Permalink
jitsi-component-*, chore: update permissions in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 2, 2024
1 parent 703cb5f commit 81377e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jitsi-component-selector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write

steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/jitsi-component-sidecar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write

steps:
- name: Checkout
Expand Down

0 comments on commit 81377e7

Please sign in to comment.