Skip to content

Commit

Permalink
switch to default token
Browse files Browse the repository at this point in the history
Signed-off-by: Sara Damiano <[email protected]>
  • Loading branch information
SRGDamia1 committed Aug 8, 2024
1 parent 633adac commit eaec9ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions: # Job-level permissions configuration starts here
contents: write # 'write' access to repository contents
pull-requests: write # 'write' access to pull requests
if: "!contains(github.event.head_commit.message, 'ci skip')"

steps:
Expand Down Expand Up @@ -123,7 +126,7 @@ jobs:
- name: Push changes to master
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SARA_PUSH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: master

- name: Checkout platformio branch
Expand Down Expand Up @@ -155,5 +158,5 @@ jobs:
if: ${{ env.manifest_changed }}
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SARA_PUSH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: platformio

0 comments on commit eaec9ff

Please sign in to comment.