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.

Require bluesky-social/did-method-plc for .github/workflows/build-and-push-*

authored by

Jerry Chen and committed by
bnewbold
fbe2cf62 d39b9993

+2
+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 15 runs-on: ubuntu-latest 15 16 permissions: 16 17 contents: read
+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 16 runs-on: ubuntu-latest 16 17 permissions: 17 18 contents: read