Skip to content

fix: prevent IMS auth fragments from leaking into API org path #474

fix: prevent IMS auth fragments from leaking into API org path

fix: prevent IMS auth fragments from leaking into API org path #474

Workflow file for this run

name: DA Release Bot
on:
pull_request_target:
types:
- closed
branches:
- main
jobs:
action:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Use email bot
uses: adobecom/da-email-bot@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IMS_CLIENT_ID: ${{ secrets.IMS_CLIENT_ID }}
IMS_CLIENT_SECRET: ${{ secrets.IMS_CLIENT_SECRET }}
AEM_API_KEY: ${{ secrets.AEM_API_KEY }}