From 51aa09880401fdffeda382d5341bc93f471ae12b Mon Sep 17 00:00:00 2001 From: lrlunin Date: Wed, 13 Nov 2024 16:45:07 +0100 Subject: [PATCH] check if default github token allows to read package names --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 53d1343c7..3dc3c8474 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -18,7 +18,7 @@ jobs: - name: Retrieve Docker Image Names id: set-matrix env: - GH_TOKEN: ${{ secrets.GHCR_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | imagenames=$(curl -s --request GET \ --url "https://api.github.com/orgs/PTB-MR/packages?package_type=container" \