Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add deploy key to nightly commit (#7722)

authored by

Paul Frazee and committed by
GitHub
94e35ee3 459611ca

+2
+2
.github/workflows/nightly-update-source-languages.yaml
··· 17 17 steps: 18 18 - name: Check out Git repository 19 19 uses: actions/checkout@v3 20 + with: 21 + ssh-key: ${{secrets.GH_ACTION_DEPLOY_KEY}} 20 22 - name: Install node 21 23 uses: actions/setup-node@v4 22 24 with: