Skip to content

Commit

Permalink
Added permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Jan 5, 2024
1 parent b30034c commit 3fb6c31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
IMAGE_TAG: ghcr.io/${{ github.repository_owner }}/telegram-bot-api
IMAGE_TAG_DH: ${{ secrets.DOCKERHUB_OWNER }}/telegram-bot-api
permissions: write-all
strategy:
matrix:
arch:
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:
name: Create and push multi-arch Docker manifest
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' }}
permissions: write-all
env:
DOCKER_CLI_EXPERIMENTAL: enabled
needs: build
Expand Down

0 comments on commit 3fb6c31

Please sign in to comment.