diff --git a/.github/workflows/behave_pull_request.yml b/.github/workflows/behave_pull_request.yml index c651248485..63ae8760b8 100644 --- a/.github/workflows/behave_pull_request.yml +++ b/.github/workflows/behave_pull_request.yml @@ -218,7 +218,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: allure-history-partial keep_files: true diff --git a/.github/workflows/behave_schedule.yml b/.github/workflows/behave_schedule.yml index df63c6a93f..36cd720903 100644 --- a/.github/workflows/behave_schedule.yml +++ b/.github/workflows/behave_schedule.yml @@ -203,7 +203,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 with: - personal_token: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: allure-history-partial keep_files: true diff --git a/uk_bin_collection/uk_bin_collection/councils/AberdeenCityCouncil.py b/uk_bin_collection/uk_bin_collection/councils/AberdeenCityCouncil.py index a69b3ab16b..00ed29fe59 100644 --- a/uk_bin_collection/uk_bin_collection/councils/AberdeenCityCouncil.py +++ b/uk_bin_collection/uk_bin_collection/councils/AberdeenCityCouncil.py @@ -5,7 +5,6 @@ from uk_bin_collection.uk_bin_collection.common import * from uk_bin_collection.uk_bin_collection.get_bin_data import AbstractGetBinDataClass - # import the wonderful Beautiful Soup and the URL grabber class CouncilClass(AbstractGetBinDataClass): """