Skip to content

Commit

Permalink
Nope, really fix the niv update GitHub Action this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Hess committed Sep 17, 2020
1 parent 1807486 commit 670bbe0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/bump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2.3.2
- uses: cachix/install-nix-action@v10
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v1.1.0
with:
app_id: ${{ secrets.TOKEN_GENERATOR_ID }}
private_key: ${{ secrets.TOKEN_GENERATOR_KEY }}
- run: GITHUB_TOKEN=${{ steps.generate_token.outputs.token }} nix-shell --run "niv update"
# https://github.com/nmattia/niv/issues/280
- run: GITHUB_PATH= nix-shell --run "niv update"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.3.0
with:
Expand Down

0 comments on commit 670bbe0

Please sign in to comment.