Skip to content

Commit

Permalink
Adding secrets for Program
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-pairx2 committed Sep 13, 2024
1 parent bc75df4 commit 7d27305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/feature-cloudplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:

- name: Configure Adobe AIO CLI
run: |
aio config:set cloudmanager_orgid 297215F354E746E90A4C98A4@AdobeOrg
aio config:set cloudmanager_programid 30802
aio config:set cloudmanager_environmentid 1394203
aio config:set cloudmanager_orgid ${{ secrets.CLOUDMANAGER_ORGID }}
aio config:set cloudmanager_programid ${{ secrets.CLOUDMANAGER_PROGRAMID }}
aio config:set cloudmanager_environmentid ${{ secrets.CLOUDMANAGER_ENVIRONMENTID }}
# - name: Reset RDE (optional)
# run: aio aem:rde:reset
Expand Down

0 comments on commit 7d27305

Please sign in to comment.