Skip to content

Commit 2f86f53

Browse files
authored
Merge pull request #30 from concord-consortium/START-1-add-deployment-link-to-jira
feat: add deployment link to Jira (START-1)
2 parents ee018a9 + 72f9e9d commit 2f86f53

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
needs:
2626
- build_test
2727
runs-on: ubuntu-latest
28-
environment:
29-
name: ${{ github.ref_type == 'branch' && 'branches' || 'versions' }}
30-
url: https://codap3.concord.org/branch/main/?di=https://models-resources.concord.org/neo-codap-plugin/${{ steps.s3-deploy.outputs.deployPath }}/index.html
3128
steps:
3229
- uses: actions/checkout@v4
3330
- uses: actions/setup-node@v4
@@ -40,6 +37,8 @@ jobs:
4037
prefix: neo-codap-plugin
4138
awsAccessKeyId: ${{ secrets.AWS_ACCESS_KEY_ID }}
4239
awsSecretAccessKey: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
40+
githubToken: ${{ secrets.GITHUB_TOKEN }}
41+
deployRunUrl: https://codap3.concord.org/branch/main/?di=https://models-resources.concord.org/neo-codap-plugin/__deployPath__/index.html
4342
# Parameters to GHActions have to be strings, so a regular yaml array cannot
4443
# be used. Instead the `|` turns the following lines into a string
4544
topBranches: |

0 commit comments

Comments
 (0)