File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,15 @@ jobs:
4343 - name : Delete (specific, glob disabled)
4444 uses : ./
4545 with :
46- token : ${{ secrets.GITHUB_TOKEN }}
4746 name : my-artifact
4847 useGlob : false
4948
5049 - name : Delete (pattern, glob enabled)
5150 uses : ./
5251 with :
53- token : ${{ secrets.GITHUB_TOKEN }}
5452 name : my-*
5553
56- - name : Delete (specific, glob enabled)
54+ - name : Delete (specific, glob enabled, and token specified )
5755 uses : ./
5856 with :
5957 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 77 token :
88 description : GitHub token with read and write access to actions for the repository.
99 required : true
10+ default : ${{ github.token }}
1011 useGlob :
1112 description : Indicates whether the name, or names, should be treated as glob patterns.
1213 required : false
2122branding :
2223 icon : trash-2
2324 color : red
24-
You can’t perform that action at this time.
0 commit comments