Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2b09a49

Browse files
committed
As I understand it, needless in this phase...
kachick/times_kachick#249
1 parent f65a05a commit 2b09a49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-nixpkgs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
echo "count=${count}" | tee -a "$GITHUB_OUTPUT"
5656
- run: git push origin "${PR_BRANCH}"
5757
if: (github.event_name != 'pull_request') && (steps.count-commits.outputs.count > 0)
58+
env:
59+
GITHUB_TOKEN: ${{ steps.publish-token.outputs.token }}
5860
- name: Create PR
5961
if: (github.event_name != 'pull_request') && (steps.count-commits.outputs.count > 0)
6062
env:

0 commit comments

Comments
 (0)