File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments