Skip to content

Commit

Permalink
Merge pull request IQSS#9752 from IQSS/fix_enable_session_auth_deploy…
Browse files Browse the repository at this point in the history
…_beta_testing_action

Fix deploy beta testing action to enable api-session-auth feature flag
  • Loading branch information
kcondon authored Aug 7, 2023
2 parents 509671c + a0e8c8c commit dc06cdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_beta_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
distribution: 'zulu'
java-version: '11'

- name: Enable API Session Auth feature flag
working-directory: src/main/resources/META-INF
run: echo -e "dataverse.feature.api-session-auth=true" >> microprofile-config.properties

- name: Build application war
run: mvn package

Expand Down

0 comments on commit dc06cdd

Please sign in to comment.