Skip to content

Commit dfc89d4

Browse files
committed
give mise the github token
1 parent 954e64a commit dfc89d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jobs:
55
name: run
66
runs-on: macos-latest
77
if: "!contains(github.event.head_commit.message, '[ci skip]')"
8+
env:
9+
MISE_GITHUB_TOKEN: ${{ github.token }}
810
steps:
911
- uses: actions/checkout@main
1012
- name: link dotfiles to home directory

0 commit comments

Comments
 (0)