24
24
- uses : actions/checkout@v3
25
25
with :
26
26
fetch-depth : 0
27
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
27
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
28
28
- name : Restore Dependency Cache
29
29
uses : actions/cache@v1
30
30
with :
40
40
- uses : actions/checkout@v3
41
41
with :
42
42
fetch-depth : 0
43
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
43
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
44
44
- name : Restore Dependency Cache
45
45
uses : actions/cache@v3
46
46
with :
61
61
- uses : actions/checkout@v3
62
62
with :
63
63
fetch-depth : 0
64
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
64
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
65
65
- name : Restore Dependency Cache
66
66
uses : actions/cache@v3
67
67
with :
85
85
- uses : actions/checkout@v3
86
86
with :
87
87
fetch-depth : 0
88
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
88
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
89
89
- name : Restore Dependency Cache
90
90
uses : actions/cache@v3
91
91
with :
@@ -114,7 +114,7 @@ jobs:
114
114
- uses : actions/checkout@v3
115
115
with :
116
116
fetch-depth : 0
117
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
117
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
118
118
- name : Restore Dependency Cache
119
119
uses : actions/cache@v3
120
120
with :
@@ -138,7 +138,7 @@ jobs:
138
138
- uses : actions/checkout@v3
139
139
with :
140
140
fetch-depth : 0
141
- token : ${{ secrets.CAP_GH_RELEASE_TOKEN }}
141
+ token : ${{ secrets.CAP_GH_RELEASE_TOKEN || github.token }}
142
142
- name : Restore Dependency Cache
143
143
uses : actions/cache@v3
144
144
with :
0 commit comments