Skip to content

Commit 8563e81

Browse files
committed
chore(github): add update.yml workflow for flake lock updates
1 parent 3473dfc commit 8563e81

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/workflows/update.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,28 @@ jobs:
1414
timeout-minutes: 30
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout @clichepress/gcp-infrastructure/.github/terraform/.terraform/modules/bootstrap.bootstrap.seed_project/docs/upgrading_to_project_factory_v6.0.md
18+
19+
- name: Generate App token
20+
id: app-token
21+
uses: actions/create-github-app-token @clichepress/editorial-api/deployment/terraform/.terraform/modules/pubsub/docs/upgrading_to_v2.0.md
22+
with:
23+
app-id: ${{ vars.APP_CLIENT_ID }}
24+
private-key: ${{ secrets.APP_PRIVATE_KEY }}
1825

1926
- name: Install Nix
20-
uses: DeterminateSystems/nix-installer-action@v22
27+
uses: DeterminateSystems/nix-installer-action @devcontainer-env/devcontainer-env/target/debug/deps/devcontainer_env-2f2b36ac92170201.akskv22757jv7siw1ssgixrrt.03qtlhx.rcgu.o
2128

2229
- name: Setup Nix Cache
23-
uses: DeterminateSystems/magic-nix-cache-action@v13
30+
uses: DeterminateSystems/magic-nix-cache-action @clichepress/gcp-infrastructure/.github/terraform/.terraform/modules/bootstrap.bootstrap.seed_project/docs/upgrading_to_project_factory_v13.0.md
2431
with:
2532
use-flakehub: disabled
2633
use-gha-cache: enabled
2734

2835
- name: Update root flake.lock
29-
uses: DeterminateSystems/update-flake-lock@v28
36+
uses: DeterminateSystems/update-flake-lock @sqlc-plugins/sqlc-gen-mermaid/target/debug/deps/integration_test-600b2658a56f0a46.dj3rr1v28e67bz32d23nbnydf.1mak74i.rcgu.o
3037
with:
38+
token: ${{ steps.app-token.outputs.token }}
3139
pr-title: "chore(flake): update flake.lock"
3240
pr-labels: |
3341
dependencies

0 commit comments

Comments
 (0)