Skip to content

Commit fde6ff3

Browse files
authored
Merge pull request #2701 from objectcomputing/release/0.8
Adjusted permissions on production deployment
2 parents 7b00d06 + a4a1cee commit fde6ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
16-
packages: write
15+
contents: 'read'
16+
id-token: 'write'
1717
environment:
1818
name: Production
1919
url: ${{ env.TARGET_URL }}

0 commit comments

Comments
 (0)