Skip to content

Commit

Permalink
release action secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed Jul 21, 2023
1 parent a37a96e commit fbd8939
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
name: Upload Package to PyPI and Publish NWBPanel Docker Image

on:
release:
types: [published]
push:
branches:
- panel-fixes-and-improvements
# release:
# types: [published]

jobs:
publish-pypi:
Expand Down Expand Up @@ -45,8 +48,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.REPO_GITHUB_USERNAME }}
password: ${{ secrets.REPO_GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit fbd8939

Please sign in to comment.