Skip to content

Commit

Permalink
Bump oleksiyrudenko/gha-git-credentials from 2.pre.latest to 2.1.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 18, 2023
1 parent 34dd679 commit b7d59d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_SECRET_KEY }}
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
with:
token: ${{ steps.generate-token.outputs.token }}
- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
command: install
args: form
- uses: oleksiyrudenko/gha-git-credentials@v2-latest
- uses: oleksiyrudenko/gha-git-credentials@v2.1.1
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- run: |
Expand Down

0 comments on commit b7d59d1

Please sign in to comment.