File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 # Allows you to run this workflow manually from the Actions tab
1414 workflow_dispatch :
1515
16+
17+
1618# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1719jobs :
1820 # This workflow contains a single job called "build"
1921 build :
2022 # The type of runner that the job will run on
2123 runs-on : ubuntu-latest
24+
25+ # https://stackoverflow.com/questions/75880266/cant-make-push-on-a-repo-with-github-actions
26+ permissions :
27+ contents : write
2228
2329 # Steps represent a sequence of tasks that will be executed as part of the job
2430 steps :
4652 git commit -a -m "[Automated] Latest automated version of the lessons."
4753 git remote set-url origin git@github.com:MarinhoLab/OpenExecutableBooksRobotics.git
4854 git push origin website
49- env :
50- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55+
You can’t perform that action at this time.
0 commit comments