Skip to content

Commit 0187543

Browse files
committed
chore: update name/title infor for repo
1 parent af03d0d commit 0187543

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repository:
33
name: ruby
4-
description: Docker images for ruby
4+
description: Docker images for Ruby
55
topics: docker, image
66

77
private: false

.github/workflows/readme.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: readme
88
branches:
99
- master
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
readme:
1316
runs-on: ubuntu-latest
@@ -23,7 +26,7 @@ jobs:
2326
target: webhippie/ruby
2427
username: ${{ secrets.DOCKER_USERNAME }}
2528
password: ${{ secrets.DOCKER_PASSWORD }}
26-
description: Docker image for Ruby
29+
description: Docker images for Ruby
2730
readme: README.md
2831

2932
- name: Quay readme

0 commit comments

Comments
 (0)