We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954e64a commit dfc89d4Copy full SHA for dfc89d4
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ jobs:
5
name: run
6
runs-on: macos-latest
7
if: "!contains(github.event.head_commit.message, '[ci skip]')"
8
+ env:
9
+ MISE_GITHUB_TOKEN: ${{ github.token }}
10
steps:
11
- uses: actions/checkout@main
12
- name: link dotfiles to home directory
0 commit comments