Skip to content

Commit 06935da

Browse files
chore: Bump aws-sdk from 2.1286.0 to 2.1368.0 (#486)
* chore: Bump aws-sdk from 2.1286.0 to 2.1368.0 Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1286.0 to 2.1368.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Commits](aws/aws-sdk-js@v2.1286.0...v2.1368.0) --- updated-dependencies: - dependency-name: aws-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * add permissions * test * test2 * test3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Wanxian Yang <[email protected]>
1 parent e14b41b commit 06935da

File tree

3 files changed

+33
-27
lines changed

3 files changed

+33
-27
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ on:
77

88
jobs:
99
build:
10-
if: github.event.commits[0].author.name != 'GitHub Actions'
1110
name: Package distribution file
1211
runs-on: ubuntu-latest
12+
permissions:
13+
# pull-requests: read
14+
contents: write
1315
steps:
1416
- name: Init a git repo
1517
uses: actions/checkout@v2
@@ -23,7 +25,8 @@ jobs:
2325
npm test
2426
npm run package
2527
- name: Commit to PR
26-
if: github.actor == 'dependabot[bot]'
28+
# if: github.actor == 'dependabot[bot]'
29+
if: github.event.commits[0].author.name != 'GitHub Actions'
2730
env:
2831
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2932
run: |

package-lock.json

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/aws-actions/amazon-ecs-deploy-task-definition#readme",
2727
"dependencies": {
2828
"@actions/core": "^1.10.0",
29-
"aws-sdk": "^2.1286.0",
29+
"aws-sdk": "^2.1368.0",
3030
"yaml": "^2.2.1"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)