Skip to content

Commit

Permalink
PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 3, 2024
1 parent 3b309da commit b73d49c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT }}

- name: Create empty secrets file
run: |
Expand All @@ -37,8 +39,8 @@ jobs:
- name: Commit manifest file
uses: EndBug/add-and-commit@v9
with:
author_name: GitHub Action
author_email: github-actions[bot]@users.noreply.github.com
committer_name: GitHub Actions
committer_email: actions@github.com
message: Update manifest.json
add: "firmware/manifest.json"
push: true
Expand Down

0 comments on commit b73d49c

Please sign in to comment.