diff --git a/.github/workflows/upload-current-manifests.yml b/.github/workflows/upload-current-manifests.yml index 8772022..0d07c19 100644 --- a/.github/workflows/upload-current-manifests.yml +++ b/.github/workflows/upload-current-manifests.yml @@ -17,7 +17,7 @@ jobs: env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} SCHEMATIC_SERVICE_ACCOUNT_CREDS: ${{ secrets.SCHEMATIC_SERVICE_ACCOUNT_CREDS }} - SYNAPSE_TOKEN: ${{ secrets.SYNAPSE_TOKEN_DPE }} + SYNAPSE_AUTH_TOKEN: ${{ secrets.SYNAPSE_TOKEN_DPE }} steps: - uses: actions/checkout@v4