Skip to content

Commit

Permalink
Merge branch 'master' into ci-pretty-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Jan 23, 2025
2 parents 5d686e3 + 90590a3 commit ccad83b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-docker-images.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Publish Docker image


permissions:
contents: read

on:
release:
types: [published]
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-labels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Check labels to update

permissions:
actions: read
pull-requests: read

on:
pull_request_target:
types:
Expand Down

0 comments on commit ccad83b

Please sign in to comment.