fix: packaging credentials
This commit is contained in:
parent
260cb07c24
commit
0d6d720d5d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
echo "::add-mask::${{ env.OSDS_ACCESS_TOKEN }}}"
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "github-aws-sdk-osds-automation@amazon.com"
|
||||
git remote set-url origin https://x-access-token:${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/configure-aws-credentials.git
|
||||
git remote set-url origin https://${{ env.OSDS_ACCESS_TOKEN }}@github.com/aws-actions/configure-aws-credentials.git
|
||||
git add dist
|
||||
git commit -m "chore: Update dist" || echo "No changes to commit"
|
||||
git push origin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue