diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 6dbd4dc88..000000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -version: 2 - -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" diff --git a/.github/workflows/update-consul-versions.yml b/.github/workflows/update-consul-versions.yml index bf6bd69af..39631d197 100644 --- a/.github/workflows/update-consul-versions.yml +++ b/.github/workflows/update-consul-versions.yml @@ -30,7 +30,7 @@ jobs: installation_id=$(curl -s -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer $jwt" https://api.github.com/app/installations | jq '.[] | select(.account.login == "${{ github.repository_owner }}") | .id') token=$(curl -s -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: Bearer $jwt" https://api.github.com/app/installations/$installation_id/access_tokens | jq -r '.token') echo "::add-mask::$token" - echo "::set-output name=token::$token" + echo "token=$token" >> $GITHUB_OUTPUT - name: Install PowerShellForGitHub shell: pwsh