Skip to content

Commit

Permalink
Fix 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 fc569d2 commit d7855a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/clean-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
steps:
- name: downcase REPO name
run: |
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
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/tiny-rp
echo "REPO=$(echo $GITHUB_REPOSITORY | cut -f2 -d/)" >> ${GITHUB_ENV}
- name: Delete 'PR' containers older than a week
uses: snok/[email protected]
with:
Expand Down

0 comments on commit d7855a8

Please sign in to comment.