Skip to content

Commit

Permalink
Fix CI github token
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Mar 6, 2024
1 parent 3654937 commit 01d8ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- run: nix develop --print-build-logs --no-update-lock-file .#book-dev --command mdbook build book

notify-slack-on-failure:
if: failure()
needs:
[
nix-fmt-check,
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,16 @@ jobs:
path: manifests/
- name: Check and commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add manifests
git commit -m "manifest: update"
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.REPO_TOKEN }}
branch: master

notify-slack-on-failure:
if: failure()
needs:
[
refresh-and-upload-manifests,
Expand Down

0 comments on commit 01d8ea3

Please sign in to comment.