Skip to content

Commit 1e9f5fe

Browse files
committed
FIX: Use fixed deployment workflow
1 parent 3b70232 commit 1e9f5fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deploy:
1010
if: "!contains(github.event.head_commit.message, 'skipci')"
11-
uses: octue/workflows/.github/workflows/[email protected].1
11+
uses: octue/workflows/.github/workflows/[email protected].2
1212
permissions:
1313
id-token: write
1414
contents: read

.github/workflows/release.yml

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

6565

6666
deploy:
67-
uses: octue/workflows/.github/workflows/[email protected].1
67+
uses: octue/workflows/.github/workflows/[email protected].2
6868
needs: release
6969
permissions:
7070
id-token: write

0 commit comments

Comments
 (0)