Skip to content

Commit

Permalink
feat: Update GitHub Actions workflow to use read only account for the… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mamartinezmejia authored Mar 26, 2024
1 parent 12cac66 commit 3428f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ jobs:
parameters:
-p ZONE=${{ env.ZONE }} -p NAME=${{ github.event.repository.name }}
-p PROMOTE=${{ github.repository }}/database:${{ env.PREV }}
-p ORACLEDB_USER_W=${{ secrets.ORACLEDB_USERNAME }}
-p ORACLEDB_PASSWORD_W=${{ secrets.ORACLEDB_PASSWORD }}

- name: Backup database before update
continue-on-error: true
Expand Down

0 comments on commit 3428f42

Please sign in to comment.