Skip to content

Commit dc4d516

Browse files
committed
debugging conda workflow
1 parent 5e61dea commit dc4d516

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Checkout code
9999
uses: actions/checkout@v3
100100
with:
101-
token: ${{ secrets.GITHUB_TOKEN }}
101+
token: ${{ secrets.PYPCAPKIT }}
102102
ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
103103
fetch-depth: 0
104104

@@ -113,7 +113,7 @@ jobs:
113113
- name: Push Changes
114114
uses: ad-m/github-push-action@master
115115
with:
116-
github_token: ${{ secrets.GITHUB_TOKEN }}
116+
github_token: ${{ secrets.PYPCAPKIT }}
117117
tags: true
118118

119119
pypi:

.github/workflows/cron-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Checkout code
115115
uses: actions/checkout@v3
116116
with:
117-
token: ${{ secrets.GITHUB_TOKEN }}
117+
token: ${{ secrets.PYPCAPKIT }}
118118
ref: v${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
119119
fetch-depth: 0
120120

@@ -129,7 +129,7 @@ jobs:
129129
- name: Push Changes
130130
uses: ad-m/github-push-action@master
131131
with:
132-
github_token: ${{ secrets.GITHUB_TOKEN }}
132+
github_token: ${{ secrets.PYPCAPKIT }}
133133
tags: true
134134

135135
conda-dist:

0 commit comments

Comments
 (0)