Skip to content

Commit

Permalink
QR_TOKEN_PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Dec 5, 2022
1 parent eda2b50 commit ecf2a34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
--env PIN_SYMBOLS=0123456789 \
--env PIN_LENGTH=8 \
--env QR_TOKEN_PREFIX='https://printer.ui.test.profcomff.com#' \
--env ALLOW_STUDENT_NUMBER=true \
--env STATIC_FOLDER=/app/static \
--name ${{ env.CONTAITER_NAME }} \
Expand Down Expand Up @@ -159,6 +160,7 @@ jobs:
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
--env PIN_SYMBOLS=0123456789 \
--env PIN_LENGTH=8 \
--env QR_TOKEN_PREFIX='https://app.profcomff.com/apps#' \
--env ALLOW_STUDENT_NUMBER=true \
--env STATIC_FOLDER=/app/static \
--name ${{ env.CONTAITER_NAME }} \
Expand Down

0 comments on commit ecf2a34

Please sign in to comment.