An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

fix(actions): but hated doing ci in yaml

serenity 53b6368b a421fd84

+3 -1
+3 -1
.github/workflows/nightly-upstream-merge.yml
··· 18 18 steps: 19 19 - name: Checkout repo 20 20 uses: actions/checkout@v4 21 + with: 22 + token: ${{ secrets.WORKFLOW_TOKEN }} 21 23 22 24 - name: Configure Git 23 25 run: | ··· 49 51 50 52 - name: Create sync branch for PR 51 53 if: steps.check.outputs.has_updates == 'true' 52 - with: ${{ secrets.WORKFLOW_TOKEN }} 53 54 run: | 54 55 # Create a new branch for the sync 55 56 BRANCH_NAME="upstream-sync-$(date +%Y-%m-%d-%H%M%S)" ··· 76 77 if: steps.check.outputs.has_updates == 'true' 77 78 uses: actions/github-script@v7 78 79 with: 80 + github_token: ${{ secrets.WORKFLOW_TOKEN }} 79 81 script: | 80 82 const branchName = process.env.branch_name; 81 83 const commitCount = "${{ steps.check.outputs.commit_count }}";