Skip to content

Commit 21dd5f8

Browse files
authored
Merge pull request #73 from bcgov/docs/graphemes-api-readme
Docs/graphemes api readme
2 parents a859eae + 468b5d1 commit 21dd5f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/graphemes_api_build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: Build and push graphemes-api image
33

4-
# Limit GITHUB_TOKEN permissions to only read repo contents.
4+
# Limit GITHUB_TOKEN permissions
55
permissions:
6-
contents: read
6+
contents: read # Read the repo contents
7+
packages: write # Push built image to GitHub Container Registry
78

89
on:
910
push:

graphemes-api/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# graphemes-api
22

33
This folder contains an in-development Express.js API for graphemes/confusables.
4+
5+
## Build
6+
7+
See [graphemes_api_build.yaml](../.github/workflows/graphemes_api_build.yaml).

0 commit comments

Comments
 (0)