Skip to content

Commit

Permalink
Merge pull request #52 from DAZSER/feature/dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz authored Oct 20, 2022
2 parents 9e2ba52 + efaac53 commit f6ce7db
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: /
schedule:
interval: "daily"
allow:
- dependency-type: direct
- package-ecosystem: "github-actions"
directory: /
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_RO_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- run: npm run build --if-present
- run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/sls-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: 16
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GH_NPM_RO_AUTH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
- name: Serverless AWS Authentication
run: npx sls config credentials --provider aws --key ${{ secrets.AWS_DEPLOY_KEY }} --secret ${{ secrets.AWS_SECRET_DEPLOY_KEY }}
- name: Build App
Expand Down

0 comments on commit f6ce7db

Please sign in to comment.