Skip to content

Commit

Permalink
Investigate clean-containers failing
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-felipe committed Aug 9, 2024
1 parent b077dd7 commit 9ce47f6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/clean-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
steps:
- name: downcase REPO name
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}- run: |
curl -L \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/orgs/${{ github.repository_owner }}/packages/container/${{ env.REPO }}
- name: Delete 'PR' containers older than a week
uses: snok/[email protected]
with:
Expand Down

0 comments on commit 9ce47f6

Please sign in to comment.