Skip to content

Commit 9fb614c

Browse files
authored
Reduce depth of GH workflows used (#293)
1 parent b04874a commit 9fb614c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build-and-upload-integration.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,8 @@ permissions:
1717

1818
jobs:
1919
BuildAndUpload:
20-
uses: ./.github/workflows/build-and-upload-release.yml
20+
uses: ./.github/workflows/build-and-upload.yml
2121
secrets: inherit
22-
permissions:
23-
id-token: write
24-
contents: read
2522
with:
2623
release: false
27-
tag: 'integration-test'
24+
tag: 'integration-test'

0 commit comments

Comments
 (0)