Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpcloud/stupidb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4c14f2deb57d8b00abfa7dc6aaeb90401d2f682c
Choose a base ref
..
head repository: cpcloud/stupidb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffa9eff199bd368eed535882d7d08e0b888ee8b8
Choose a head ref
Showing with 12 additions and 12 deletions.
  1. +3 −3 .github/workflows/auto-rebase.yml
  2. +3 −3 .github/workflows/ci.yml
  3. +3 −3 .github/workflows/update-deps.yml
  4. +3 −3 .github/workflows/update-requirements.yml
6 changes: 3 additions & 3 deletions .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@ jobs:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
- uses: actions/create-github-app-token@v1.9.0
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: Label305/AutoRebase@v0.1
with:
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -167,11 +167,11 @@ jobs:
- dry-run-release
- check-poetry-lock
steps:
- uses: tibdex/github-app-token@v1
- uses: actions/create-github-app-token@v1.9.0
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/checkout@v3
with:
6 changes: 3 additions & 3 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
@@ -41,11 +41,11 @@ jobs:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: tibdex/github-app-token@v1
- uses: actions/create-github-app-token@v1.9.0
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: cpcloud/flake-update-action@v1.0.2
with:
6 changes: 3 additions & 3 deletions .github/workflows/update-requirements.yml
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@ jobs:
update-requirements:
runs-on: ubuntu-latest
steps:
- uses: tibdex/github-app-token@v1
- uses: actions/create-github-app-token@v1.9.0
id: generate_token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}

- uses: actions/checkout@v3
with: