From e6f803b284848dcc1083cdf294d6d91ce1161be7 Mon Sep 17 00:00:00 2001 From: Carina Kothe Date: Wed, 27 Dec 2023 13:51:13 +0100 Subject: [PATCH] Fix Github token --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index db94b00..aa134e6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -68,7 +68,7 @@ jobs: # The check interval is kept long otherwise it will exhaust the GitHub rate limit (More info: https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#rate-limiting) check_interval: 60000 # 1 minute in milliseconds env: - GITHUB_TOKEN: "${{ inputs.github-token }}" + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" GITHUB_OWNER: "${{ github.repository_owner }}" GITHUB_REPO: "eventing-publisher-proxy"