Skip to content

Commit afade35

Browse files
committed
asdfdasf
1 parent e67bbce commit afade35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update_dependencies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout Repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.CUSTOM_GH_TOKEN}}
1719

1820
- name: Run NPM Dependency Update Action
1921
uses: itamarsher/test_action@main
20-
with:
21-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)