Skip to content

Commit

Permalink
setup github username using owner
Browse files Browse the repository at this point in the history
  • Loading branch information
kentSarmiento committed Jan 2, 2024
1 parent 68a9fec commit b1ea67d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -49,7 +49,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand All @@ -37,7 +37,7 @@ jobs:

- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shuttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: de-vri-es/setup-git-credentials@v2
with:
credentials: "https://${{ secrets.GIT_CREDENTIALS }}@github.com"
credentials: "https://${{ github.repository_owner }}:${{ secrets.GIT_CREDENTIALS }}@github.com"

- name: Deploy using shuttle
uses: shuttle-hq/deploy-action@main
Expand Down

0 comments on commit b1ea67d

Please sign in to comment.