Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyd3d committed Oct 14, 2024
1 parent 0035c48 commit 7df7f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
build:
name: Build 🛠️
name: Build & Push 🛠️
runs-on: ubuntu-latest
outputs:
sha_short: ${{ steps.prepare.outputs.sha_short }}
Expand Down Expand Up @@ -59,6 +59,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: kennyd3d/argo-deployments
path: ./argo-deployments
token: ${{ secrets.GH_TOKEN }} # PAT for private repos

- name: Force update local branch with remote
Expand Down

0 comments on commit 7df7f9b

Please sign in to comment.