Fix being able to trading unmute even if member is not muted #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Push | |
permissions: | |
contents: read | |
packages: write | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
build: | |
uses: poketwo/workflows/.github/workflows/docker-image.yaml@main | |
with: | |
package-name: guiduck | |
secrets: | |
GIT_AUTH_TOKEN: ${{ secrets.GIT_AUTH_TOKEN }} |