Skip to content

Commit

Permalink
ci(github): using PAT to trigger downstream pipeline in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 13, 2024
1 parent 1b6a473 commit 139c736
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets. PATNAME }}
GITHUB_TOKEN: ${{ secrets.PUSH }}

jobs:
build-and-push-clearndr:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
env:
GITHUB_TOKEN: ${{ secrets.PUSH }}

jobs:
create-tag:
Expand Down

0 comments on commit 139c736

Please sign in to comment.