Skip to content
Snippets Groups Projects
Commit 98c9078251d0 authored by Paul Kehrer's avatar Paul Kehrer
Browse files

add explicit permissions to lock workflow (#340)

* add explicit permissions to lock workflow

* update alpine python version
parent 4fdb6f6edbf6
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@
strategy:
matrix:
IMAGE:
- {IMAGE: "alpine", TOXENV: "py39"}
- {IMAGE: "alpine", TOXENV: "py310"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
steps:
- uses: actions/checkout@v3.0.1
......
......@@ -3,6 +3,9 @@
schedule:
- cron: '0 0 * * *'
permissions:
issues: "write"
jobs:
lock:
runs-on: ubuntu-latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment