Skip to content

Commit

Permalink
check if default github token allows to read package names
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlunin committed Nov 13, 2024
1 parent 798f1e2 commit 51aa098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 51aa098

Please sign in to comment.