Skip to content

Commit

Permalink
Trying out the workflow dispatch for deployment on staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Apr 19, 2024
1 parent b66dfc3 commit ef27734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ secrets.USER_FOR_REGISTRY }}
password: ${{ secrets.PAT_FOR_REGISTRY }}

- name: run ci
uses: dagger/dagger-for-github@v5
Expand Down

0 comments on commit ef27734

Please sign in to comment.