Skip to content

Commit

Permalink
THIS??
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Dec 19, 2023
1 parent 165d544 commit af238c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ jobs:
name: "Check nix hash is up-to-date"
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.PUSH_COMMIT_APP_ID }}
private-key: ${{ secrets.PUSH_COMMIT_PRIVATE_KEY }}

- uses: actions/checkout@v4
with:
token: ${{ secrets.DEPENDABOT_TOKEN }}
token: ${{ steps.app-token.outputs.token }}

- uses: cachix/install-nix-action@v24
with:
Expand Down
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
...
}: let
# this change on each change of dependencies, unfortunately this hash not yet automatically updated from SRI of package.lock
npmDepsHash = "sha256-CkQ9b6fWzuWkZoH+I+8htqaTjMHSXa8LPWltoU75/8Q=";
npmDepsHash = "sha256-CkQ9b5fWzuWkZoH+I+8htqaTjMHSXa8LPWltoU75/8Q=";
####

# there is officia polkadot on nixpkgs, but it has no local rococo wasm to run
Expand Down

0 comments on commit af238c5

Please sign in to comment.