summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-05-28 08:20:59 +0800
committerGitHub <noreply@github.com>2022-05-27 20:20:59 -0400
commita0c4e5497628fb69d64de98902d7996ece01d604 (patch)
tree9c9e13cb8b7756fceeff60101df326e548d9241e
parent6f31e5c435e6e740e6439b111b0b14e20b40ce9e (diff)
downloadpy-bcrypt-git-a0c4e5497628fb69d64de98902d7996ece01d604.tar.gz
add explicit permissions to lock workflow (#340)
* add explicit permissions to lock workflow * update alpine python version
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/lock.yml3
2 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1475ad9..6f0535b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
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
diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml
index dc2557c..7190248 100644
--- a/.github/workflows/lock.yml
+++ b/.github/workflows/lock.yml
@@ -3,6 +3,9 @@ on:
schedule:
- cron: '0 0 * * *'
+permissions:
+ issues: "write"
+
jobs:
lock:
runs-on: ubuntu-latest