We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9a4f9 commit 0020b52Copy full SHA for 0020b52
.github/workflows/docker.yml
@@ -6,6 +6,9 @@ on:
6
branches: [ main ]
7
pull_request:
8
9
+ workflow_dispatch:
10
+
11
+permissions: read-all
12
13
jobs:
14
build:
.github/workflows/pr-labeler.yml
.github/workflows/update-images.yml
@@ -11,11 +11,12 @@ jobs:
name: Update images action
runs-on: ubuntu-latest
+ permissions:
15
+ contents: write
16
steps:
17
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18
with:
19
fetch-depth: 0
- token: ${{ secrets.PUBLISH_KEY }}
20
- name: "Update versions"
21
run: bash propagete-version-update.sh
22
- name: "Git commit"
0 commit comments