File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments