mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-29 19:03:52 +00:00
Let's use the artifacts token actually
This commit is contained in:
parent
baceb48f07
commit
c13b44b992
8
.github/workflows/main_matrix.yml
vendored
8
.github/workflows/main_matrix.yml
vendored
@ -358,7 +358,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: meshtastic/meshtastic.github.io
|
repository: meshtastic/meshtastic.github.io
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ARTIFACTS_TOKEN }}
|
||||||
path: meshtastic.github.io
|
path: meshtastic.github.io
|
||||||
|
|
||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
@ -371,16 +371,10 @@ jobs:
|
|||||||
- name: Display structure of downloaded files
|
- name: Display structure of downloaded files
|
||||||
run: ls -R
|
run: ls -R
|
||||||
|
|
||||||
- name: Create pull request
|
|
||||||
uses: peter-evans/create-pull-request@v7
|
|
||||||
with:
|
|
||||||
title: Update protobufs and classes
|
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
cd meshtastic.github.io
|
cd meshtastic.github.io
|
||||||
find . -type f -name 'meshtasticd_*' -exec rm -f {} +
|
find . -type f -name 'meshtasticd_*' -exec rm -f {} +
|
||||||
git config --unset-all http.https://github.com/.extraheader
|
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
|
Loading…
Reference in New Issue
Block a user