We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fa128 commit c013a02Copy full SHA for c013a02
.github/workflows/melpazoid.yml
@@ -11,9 +11,9 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Set up Python 3.9
+ - name: Set up Python 3.10
15
uses: actions/setup-python@v1
16
- with: { python-version: 3.9 }
+ with: { python-version: "3.10" }
17
- name: Install
18
run: |
19
python -m pip install --upgrade pip
@@ -23,6 +23,7 @@ jobs:
23
- name: Run
24
env:
25
LOCAL_REPO: ${{ github.workspace }}
26
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
# RECIPE is your recipe as written for MELPA:
28
RECIPE: (file-info :repo "artawower/file-info.el" :fetcher github)
29
# set this to false (or remove it) if the package isn't on MELPA:
0 commit comments