We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a859eae + 468b5d1 commit 21dd5f8Copy full SHA for 21dd5f8
.github/workflows/graphemes_api_build.yaml
@@ -1,9 +1,10 @@
1
---
2
name: Build and push graphemes-api image
3
4
-# Limit GITHUB_TOKEN permissions to only read repo contents.
+# Limit GITHUB_TOKEN permissions
5
permissions:
6
- contents: read
+ contents: read # Read the repo contents
7
+ packages: write # Push built image to GitHub Container Registry
8
9
on:
10
push:
graphemes-api/README.md
@@ -1,3 +1,7 @@
# graphemes-api
This folder contains an in-development Express.js API for graphemes/confusables.
+
+## Build
+See [graphemes_api_build.yaml](../.github/workflows/graphemes_api_build.yaml).
0 commit comments