Skip to content

Commit

Permalink
Fix deployment repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
berrydenhartog committed Jun 24, 2024
1 parent e9754ce commit 0547169
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ jobs:
run: |
echo "tags: ${{ steps.meta.outputs.tags }}"
- uses: actions/checkout@v4

- name: Trigger deployment
run: |
gh workflow run deploy.yml -f image_tag=${{ steps.meta.outputs.tags }} -f environment=production
Expand Down

0 comments on commit 0547169

Please sign in to comment.