diff --git a/.github/actions/cleanup-environment/action.yml b/.github/actions/cleanup-environment/action.yml index f56deb3..e1c380f 100644 --- a/.github/actions/cleanup-environment/action.yml +++ b/.github/actions/cleanup-environment/action.yml @@ -25,6 +25,7 @@ runs: - name: Upload Google token to repo secrets run: python test/UpdateToken.py + if: always() env: REPO_TOKEN: ${{ inputs.REPO_TOKEN }} shell: bash