Skip to content

Commit d8d65c3

Browse files
committed
fix: ensure ci-cd has token
1 parent 44a3371 commit d8d65c3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- "apps/**"
1010
- "!apps/**/metadata.json"
1111
- "!apps/**/README.md"
12+
13+
env:
14+
TOKEN: ${{ secrets.GITHUB_TOKEN }}
1215

1316
jobs:
1417
get-changes:

apps/imagemaid/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM alpine:latest AS cloner
2+
23
ARG VERSION
34

45
RUN apk update && apk upgrade && \

apps/kometa/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM alpine:latest AS cloner
2+
23
ARG VERSION
34

45
RUN apk update && apk upgrade && \

0 commit comments

Comments
 (0)