1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-03-23 13:05:07 +00:00

ci/cd: migrate github actions to depot builds and runners

This commit is contained in:
Kyle Mendell
2026-02-22 16:34:07 -06:00
parent ae269371da
commit a43e6a8c2d
8 changed files with 52 additions and 44 deletions

View File

@@ -8,14 +8,15 @@ on:
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
update-aaguids:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Fetch JSON data
run: |