We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbadd3 commit 7fb0b5eCopy full SHA for 7fb0b5e
.github/workflows/nightly-schedule.yml
@@ -33,18 +33,3 @@ jobs:
33
migration_image: ${{needs.develop.outputs.migration_image}}
34
region: us-gov-west-1
35
iam_role: arn:aws-us-gov:iam::718787032875:role/github-actions-ecr-cwms-data-api
36
-
37
- test:
38
- permissions:
39
- packages: write
40
- contents: write
41
- uses: ./.github/workflows/release.yml
42
- secrets:
43
- token: ${{ secrets.GITHUB_TOKEN }}
44
- registry: ${{ secrets.HEC_PUB_REGISTRY}}
45
- registry_user: ${{ secrets.ALT_REG_USER }}
46
- registry_password: ${{ secrets.ALT_REG_PASSWORD }}
47
- with:
48
- branch: "test"
49
- nightly: true
50
- # May setup test nightly deploy in future, currently no permissions
0 commit comments