Skip to content

Commit 815d278

Browse files
committed
test
1 parent 38efa56 commit 815d278

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-maintenance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
cleanup-container-tags:
1717
runs-on: ubuntu-latest
1818
steps:
19+
- name: List token perms
20+
run: |
21+
curl -sS -f -I -H "Authorization: token ${GITHUB_TOKEN}" https://api.github.com | grep ^x-oauth-scopes: | cut -d' ' -f2- | tr -d "[:space:]" | tr ',' '\n'
1922
- name: Delete PR and untagged images older than 2 weeks
2023
uses: snok/[email protected]
2124
with:

0 commit comments

Comments
 (0)