Updating test harness and adding a new test suite for submitting a qu… #69
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Synchronise all PR versions | |
on: | |
push: | |
branches: "main" | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
synchronise-trunk-version-npm: | |
uses: digicatapult/shared-workflows/.github/workflows/synchronise-trunk-version-npm.yml@main | |
with: | |
trunk-branch: "main" | |
secrets: | |
bot-id: ${{ secrets.BOT_ID }} | |
bot-key: ${{ secrets.BOT_KEY }} |