Merge pull request #4788 from chillbram/new-key #1406
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation | |
on: | |
push: | |
branches: | |
- main | |
permissions: write-all | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Generate docs trigger | |
uses: myrotvorets/[email protected] | |
with: | |
token: ${{ secrets.COMPOSER_TOKEN }} | |
repo: Laravel-Lang/docs | |
type: docs |