Update config #1522
Workflow file for this run
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
on: | ||
workflow_dispatch: | ||
repository_dispatch: | ||
types: [config_change] | ||
name: Update config | ||
jobs: | ||
update-config: | ||
uses: city-of-helsinki/drupal-gh-actions/.github/workflows/update-config.yml@main | ||
with: | ||
automatic_update_token: "${{ secrets.AUTOMATIC_UPDATE_TOKEN }}" | ||
Check failure on line 10 in .github/workflows/update-config.yml GitHub Actions / Update configInvalid workflow file
Check failure on line 10 in .github/workflows/update-config.yml GitHub Actions / Update configInvalid workflow file
|