We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6504143 commit 3f83cd6Copy full SHA for 3f83cd6
.github/workflows/example.yml
@@ -46,15 +46,13 @@ jobs:
46
with:
47
name: my-artifact
48
useGlob: false
49
- token: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Delete (pattern, glob enabled)
52
uses: geekyeggo/delete-artifact@v4
53
54
name: my-*
55
56
57
- - name: Delete (specific, glob enabled)
+ - name: Delete (specific, glob enabled, with token)
58
59
60
name: you-artifact
0 commit comments