Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

github actions: github org move

+2 -2
+1 -1
.github/workflows/build-and-push-aws.yaml
··· 11 11 12 12 jobs: 13 13 plc-container-aws: 14 - if: github.repository == 'bluesky-social/did-method-plc' 14 + if: github.repository == 'did-method-plc/did-method-plc' 15 15 runs-on: ubuntu-latest 16 16 permissions: 17 17 contents: read
+1 -1
.github/workflows/build-and-push-ghcr.yaml
··· 12 12 13 13 jobs: 14 14 plc-container-ghcr: 15 - if: github.repository == 'bluesky-social/did-method-plc' 15 + if: github.repository == 'did-method-plc/did-method-plc' 16 16 runs-on: ubuntu-latest 17 17 permissions: 18 18 contents: read