File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,15 @@ jobs:
43
43
- name : Delete (specific, glob disabled)
44
44
uses : ./
45
45
with :
46
- token : ${{ secrets.GITHUB_TOKEN }}
47
46
name : my-artifact
48
47
useGlob : false
49
48
50
49
- name : Delete (pattern, glob enabled)
51
50
uses : ./
52
51
with :
53
- token : ${{ secrets.GITHUB_TOKEN }}
54
52
name : my-*
55
53
56
- - name : Delete (specific, glob enabled)
54
+ - name : Delete (specific, glob enabled, and token specified )
57
55
uses : ./
58
56
with :
59
57
token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7
7
token :
8
8
description : GitHub token with read and write access to actions for the repository.
9
9
required : true
10
+ default : ${{ github.token }}
10
11
useGlob :
11
12
description : Indicates whether the name, or names, should be treated as glob patterns.
12
13
required : false
21
22
branding :
22
23
icon : trash-2
23
24
color : red
24
-
You can’t perform that action at this time.
0 commit comments