Skip to content

Commit 783abc7

Browse files
author
Marie Shulgina
committed
added secrets to build and push
1 parent a7ca51b commit 783abc7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
with:
3737
context: .
3838
push: true
39-
tags: ${{ env.IMAGE_NAME }}
39+
tags: ${{ env.IMAGE_NAME }}
40+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)