Skip to content

Commit

Permalink
fix: use own pat to trigger another workflow #23
Browse files Browse the repository at this point in the history
fix: use own pat to trigger another workflow
  • Loading branch information
Ravio1i authored Nov 11, 2021
2 parents 4a91314 + 733a027 commit 9d1a37f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
git config user.email github-actions@github.com
poetry run semantic-release publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
- 'v*.*.*'
- '*.*.*'
- '*.*.*"'

env:
REGISTRY: ghcr.io
Expand All @@ -22,7 +22,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GH_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down

0 comments on commit 9d1a37f

Please sign in to comment.