Skip to content

Commit 8ed62f6

Browse files
committed
Merge branch 'extra_workflows' of https://github.com/IQSS/dataverse into extra_workflows
2 parents 0c5ef01 + 1703f21 commit 8ed62f6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/deploy_to_internal.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
type: string
99
required: false
1010

11+
permissions:
12+
contents: read
13+
1114
concurrency:
1215
group: deploy-to-internal
1316
cancel-in-progress: false

.github/workflows/generate_war_file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Get branch name
2727
id: branch-name
28-
uses: tj-actions/branch-names@v6
28+
uses: tj-actions/branch-names@v7.07
2929

3030
- name: Build application war
3131
run: mvn package

0 commit comments

Comments
 (0)