diff --git a/.github/workflows/update-config.yml b/.github/workflows/update-config.yml index 347b9b961..ab71486c0 100644 --- a/.github/workflows/update-config.yml +++ b/.github/workflows/update-config.yml @@ -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 @@ -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 @@ -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 diff --git a/composer.json b/composer.json index d68099dd8..03271653a 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 87b6cec57..969fb15a2 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "26f8239d5e822358dc42c434155326c2", + "content-hash": "c550b39b962b18c6ea95051493b415fe", "packages": [ { "name": "asm89/stack-cors", @@ -3938,16 +3938,16 @@ }, { "name": "drupal/helfi_drupal_tools", - "version": "dev-main", + "version": "dev-UHF-9913", "source": { "type": "git", "url": "https://github.com/City-of-Helsinki/drupal-tools.git", - "reference": "08fe754581afe4ba8d1d7324b193108f476dd548" + "reference": "a8a07e290a206d9944236e131b23e5870bc837c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/08fe754581afe4ba8d1d7324b193108f476dd548", - "reference": "08fe754581afe4ba8d1d7324b193108f476dd548", + "url": "https://api.github.com/repos/City-of-Helsinki/drupal-tools/zipball/a8a07e290a206d9944236e131b23e5870bc837c3", + "reference": "a8a07e290a206d9944236e131b23e5870bc837c3", "shasum": "" }, "require": { @@ -3967,7 +3967,6 @@ "phpstan/phpstan-deprecation-rules": "^1.1", "phpunit/phpunit": "^9.6" }, - "default-branch": true, "type": "drupal-drush", "extra": { "installer-paths": { @@ -4016,10 +4015,10 @@ ], "description": "Helfi - Drupal tools", "support": { - "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/main", + "source": "https://github.com/City-of-Helsinki/drupal-tools/tree/UHF-9913", "issues": "https://github.com/City-of-Helsinki/drupal-tools/issues" }, - "time": "2024-03-20T07:54:25+00:00" + "time": "2024-04-05T08:41:27+00:00" }, { "name": "drupal/helfi_navigation",