Skip to content

Commit

Permalink
UHF-11137: Fixed secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Dec 19, 2024
1 parent 893d2ea commit 018416b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ 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 }}"
secrets:
automatic_update_token: ${{ secrets.AUTOMATIC_UPDATE_TOKEN }}

0 comments on commit 018416b

Please sign in to comment.