Skip to content

Commit

Permalink
Feat: #6 adding gh auth login
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Jun 7, 2024
1 parent 4ac6424 commit bcfd3a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ jobs:
git push origin "$branch"
gh pr create --title "$message" --body "$message"
fi
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: amerintlxperts/devcontainers
event-type: template
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit bcfd3a3

Please sign in to comment.