Skip to content

Commit

Permalink
chore: new token workflow for worker-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Dec 18, 2024
1 parent 1188b8d commit ff74205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/worker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
console.log('Updated manifest:', updatedManifest);
- name: Get GitHub App token
#if: env.APP_ID != '' && env.APP_PRIVATE_KEY != ''
if: env.APP_ID != '' && env.APP_PRIVATE_KEY != ''
uses: actions/create-github-app-token@v1
id: app-token
with:
Expand All @@ -92,7 +92,7 @@ jobs:
- run: |
git config --global user.name '${{ steps.app-token.outputs.app-slug }}[bot]'
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com>'
#if: steps.app-token.outputs.app-slug != '' && steps.get-user-id.outputs.user-id != ''
if: steps.app-token.outputs.app-slug != '' && steps.get-user-id.outputs.user-id != ''
- name: Format manifest.json using Prettier
shell: bash
Expand Down

0 comments on commit ff74205

Please sign in to comment.