Skip to content

Commit 5e61dea

Browse files
committed
debugging conda workflow
1 parent 2bb6548 commit 5e61dea

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
- name: Checkout code
9999
uses: actions/checkout@v3
100100
with:
101+
token: ${{ secrets.GITHUB_TOKEN }}
101102
ref: v${{ needs.version_check.outputs.PCAPKIT_VERSION }}
102103
fetch-depth: 0
103104

.github/workflows/cron-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
- name: Checkout code
115115
uses: actions/checkout@v3
116116
with:
117+
token: ${{ secrets.GITHUB_TOKEN }}
117118
ref: v${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
118119
fetch-depth: 0
119120

0 commit comments

Comments
 (0)