Skip to content

Commit 0020b52

Browse files
committed
Workflow maintenance
Signed-off-by: Esta Nagy <nagyesta@gmail.com>
1 parent 8b9a4f9 commit 0020b52

File tree

3 files changed

+5
-61
lines changed

3 files changed

+5
-61
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
branches: [ main ]
77
pull_request:
88
branches: [ main ]
9+
workflow_dispatch:
10+
11+
permissions: read-all
912

1013
jobs:
1114
build:

.github/workflows/pr-labeler.yml

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/update-images.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
build:
1212
name: Update images action
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1618
with:
1719
fetch-depth: 0
18-
token: ${{ secrets.PUBLISH_KEY }}
1920
- name: "Update versions"
2021
run: bash propagete-version-update.sh
2122
- name: "Git commit"

0 commit comments

Comments
 (0)