Skip to content

Commit

Permalink
Update subscribe-to-mns.yml (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-torres-nhs authored Dec 20, 2024
1 parent 3dd0d78 commit f87cbc5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/subscribe-to-mns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ on:
sandbox:
required: true
type: string
secrets:
AWS_ASSUME_ROLE:
required: true
permissions:
pull-requests: write
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
batch_update_build_docker_image:
placeholder:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
defaults:
run:
working-directory: lambdas
steps:
- name: Placeholder
run: |
echo "Running placeholder job on ${inputs.sandbox}"
run: |
echo "Running placeholder job on ${inputs.sandbox}"

0 comments on commit f87cbc5

Please sign in to comment.