Skip to content

Commit

Permalink
Fix the shared workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
eaviles committed Apr 21, 2022
1 parent c4a31c3 commit c731e57
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
38 changes: 18 additions & 20 deletions .github/dependabot.yml
@@ -1,22 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: tuesday
open-pull-requests-limit: 10
assignees:
- "jennyEckstein"
- "eaviles"
- "BizzlePop34"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: tuesday
open-pull-requests-limit: 10
assignees:
- "jennyEckstein"
- "eaviles"
- "BizzlePop34"
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
day: tuesday
open-pull-requests-limit: 10
assignees:
- 'jennyEckstein'
- 'eaviles'
- package-ecosystem: npm
directory: '/'
schedule:
interval: weekly
day: tuesday
open-pull-requests-limit: 10
assignees:
- 'jennyEckstein'
- 'eaviles'
1 change: 1 addition & 0 deletions .github/workflows/publish-module.yml
Expand Up @@ -8,6 +8,7 @@ jobs:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
secrets:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
NPM_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}

npm-publish:
uses: lifion/core-commons/.github/workflows/publish-module.yml@main
Expand Down

0 comments on commit c731e57

Please sign in to comment.