Skip to content

Commit 74d4760

Browse files
committed
Update token
1 parent e562b8f commit 74d4760

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-packages-list.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
elixir-version: '1.17.2'
1717
- name: Update packages list
1818
env:
19-
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
19+
GH_TOKEN: ${{ secrets.MEMBRANEFRAMEWORKADMIN_TOKEN }}
2020
run: |
2121
echo "Run script"
2222
elixir scripts/elixir/update_packages_list.exs > output.txt 2> output.txt || ERROR=$? || true
@@ -29,11 +29,12 @@ jobs:
2929
git config user.email 'bot@membrane.stream'
3030
echo "Checkout"
3131
git checkout -B auto-update-packages-list
32+
git submodule foreach git pull
3233
echo "Commit"
3334
git add README.md
3435
git commit -m "auto update packages list in readme" --allow-empty
3536
echo "Push"
3637
git push -f -u origin auto-update-packages-list
3738
echo "Create PR"
3839
gh pr create -B master -H auto-update-packages-list --label no-changelog --title "${STATUS} Auto update packages list" --body-file output.txt \
39-
|| gh pr edit auto-update-packages-list --title "${STATUS} Auto update packages list" --body-file output.txt
40+
|| gh pr edit auto-update-packages-list --title "${STATUS} Auto update packages list" --body-file output.txt

0 commit comments

Comments
 (0)