We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdfba5 commit 838e88dCopy full SHA for 838e88d
2 files changed
.github/workflows/build-plugin.yaml
@@ -54,6 +54,7 @@ permissions:
54
statuses: write
55
checks: write
56
repository-projects: read
57
+ packages: read
58
59
env:
60
PYTHON_VERSION: "3.13"
.github/workflows/ci.yaml
@@ -18,6 +18,7 @@ permissions:
18
19
20
id-token: write
21
22
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments