mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-18 16:03:36 +03:00
change: remove unnecessary permissions
This commit is contained in:
parent
55a9b34983
commit
f75254c626
1 changed files with 1 additions and 4 deletions
5
.github/workflows/build-push.yml
vendored
5
.github/workflows/build-push.yml
vendored
|
@ -34,9 +34,6 @@ jobs:
|
|||
upload-solution:
|
||||
name: Upload Octobot to production
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
actions: read
|
||||
contents: read
|
||||
environment: production
|
||||
|
||||
steps:
|
||||
|
@ -62,7 +59,7 @@ jobs:
|
|||
SSH_HOST: ${{secrets.SSH_HOST}}
|
||||
STOP_COMMAND: ${{vars.STOP_COMMAND}}
|
||||
|
||||
- name: Update Docker container
|
||||
- name: Update Docker image
|
||||
run: |
|
||||
ssh $SSH_USER@$SSH_HOST docker pull ghcr.io/$NAMESPACE/$IMAGE_NAME:latest
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue