Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 24, 2023
1 parent 9ffea19 commit de6e0f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/experiments-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
contents: read
issues: write
pull-requests: write

jobs:
experiments-deploy-pages:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,5 +69,5 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Experiments preview build: ${{ needs.experiments-deploy-pages.outputs.previewUrl }}'
body: 'Experiments app deployed at: ${{ needs.experiments-deploy-pages.outputs.previewUrl }}'
})
2 changes: 1 addition & 1 deletion .github/workflows/webclient-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Deployed on Cloudflare pages: ${{ needs.deploy-preview.outputs.previewUrl }}'
body: 'dApp web-client deployed on: ${{ needs.deploy-preview.outputs.previewUrl }}'
})
google-chat-webhook:
Expand Down

0 comments on commit de6e0f2

Please sign in to comment.