File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 98
98
- name : Checkout code
99
99
uses : actions/checkout@v3
100
100
with :
101
- token : ${{ secrets.GITHUB_TOKEN }}
101
+ token : ${{ secrets.PYPCAPKIT }}
102
102
ref : v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
103
103
fetch-depth : 0
104
104
@@ -113,7 +113,7 @@ jobs:
113
113
- name : Push Changes
114
114
uses : ad-m/github-push-action@master
115
115
with :
116
- github_token : ${{ secrets.GITHUB_TOKEN }}
116
+ github_token : ${{ secrets.PYPCAPKIT }}
117
117
tags : true
118
118
119
119
pypi :
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
- name : Checkout code
115
115
uses : actions/checkout@v3
116
116
with :
117
- token : ${{ secrets.GITHUB_TOKEN }}
117
+ token : ${{ secrets.PYPCAPKIT }}
118
118
ref : v${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
119
119
fetch-depth : 0
120
120
@@ -129,7 +129,7 @@ jobs:
129
129
- name : Push Changes
130
130
uses : ad-m/github-push-action@master
131
131
with :
132
- github_token : ${{ secrets.GITHUB_TOKEN }}
132
+ github_token : ${{ secrets.PYPCAPKIT }}
133
133
tags : true
134
134
135
135
conda-dist :
You can’t perform that action at this time.
0 commit comments