fix: update github workflow #11
3
.github/workflows/main.yaml
vendored
3
.github/workflows/main.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
@@ -52,4 +52,5 @@ jobs:
|
||||
-e TELEGRAM_BOT_TOKEN=${{secrets.TELEGRAM_BOT_TOKEN}} \
|
||||
-e TELEGRAM_GROUP_ID=${{secrets.TELEGRAM_GROUP_ID}} \
|
||||
-e MARK_STRING=${{secrets.MARK_STRING}} \
|
||||
-e POLLING_TIMEOUT=${{secrets.POLLING_TIMEOUT}} \
|
||||
--name request-bot smallbuster/request-bot:latest
|
||||
|
||||
Reference in New Issue
Block a user