Skip to content

Commit

Permalink
Merge pull request #848 from City-of-Helsinki/UHF-9913
Browse files Browse the repository at this point in the history
UHF-9913: Fixes to update-config
  • Loading branch information
tuutti authored Apr 5, 2024
2 parents 8afb93a + b059d56 commit 091efa1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [config_change]
name: Update config
env:
GH_TOKEN: ${{ github.token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
update-config:
runs-on: ubuntu-latest
Expand All @@ -26,8 +26,6 @@ jobs:
- uses: actions/checkout@v4

- name: Download latest dump
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh run download -n latest.sql
Expand Down Expand Up @@ -80,6 +78,7 @@ jobs:
commit-message: Update configuration
title: Automatic update
labels: auto-update
token: ${{ secrets.GITHUB_TOKEN }}
body: |
- Updated active configuration.
- Updated platform
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"drupal/hdbt": "^6.0",
"drupal/hdbt_admin": "^3.0",
"drupal/helfi_azure_fs": "^2.0",
"drupal/helfi_drupal_tools": "dev-main",
"drupal/helfi_drupal_tools": "dev-UHF-9913",
"drupal/helfi_navigation": "^2.0",
"drupal/helfi_platform_config": "^4.0",
"drupal/helfi_proxy": "^3.0",
Expand Down
15 changes: 7 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 091efa1

Please sign in to comment.