Browse Source

👷 Update token permissions for GitHub Actions (#11915)

pull/11917/head
Sebastián Ramírez 8 months ago
committed by GitHub
parent
commit
8bd07a4342
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-docs.yml
  2. 3
      .github/workflows/notify-translations.yml

2
.github/workflows/deploy-docs.yml

@ -5,6 +5,8 @@ on:
- Build Docs - Build Docs
types: types:
- completed - completed
permissions:
deployments: write
jobs: jobs:
deploy-docs: deploy-docs:

3
.github/workflows/notify-translations.yml

@ -15,6 +15,9 @@ on:
required: false required: false
default: 'false' default: 'false'
permissions:
discussions: write
jobs: jobs:
notify-translations: notify-translations:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save