Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions: {}

jobs:
deploy-preview:
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-validate.yml@f6c2969d7f1f4555da3b2cf46ce6a9b364c471b3 # v0.12.0
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-validate.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
with:
deploy-dir: platform
schema-version: 0.16.0
Expand All @@ -24,4 +24,4 @@ jobs:
permissions:
contents: read
packages: read
pull-requests: write
pull-requests: write
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions: {}
jobs:
# -- 1. Build and push the container image --------------------------------
publish-image:
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@f6c2969d7f1f4555da3b2cf46ce6a9b364c471b3 # v0.12.0
uses: JorisJonkers-dev/github-workflows/.github/workflows/container-publish.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
with:
image-name: auth-api/auth-api
version: ${{ github.ref_name }}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
# -- 3. Render and publish the deploy artifact ----------------------------
publish-deploy-artifact:
needs: [resolve-image-lock]
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-artifact.yml@f6c2969d7f1f4555da3b2cf46ce6a9b364c471b3 # v0.12.0
uses: JorisJonkers-dev/github-workflows/.github/workflows/deploy-artifact.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
with:
ref: ${{ github.ref }}
artifact-name: auth-api
Expand Down Expand Up @@ -233,4 +233,4 @@ jobs:
-f head="$branch" -f base="main" >/dev/null
else
echo "Updated existing registry PR for branch ${branch}"
fi
fi
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Publish API Clients
needs: [release-please]
if: ${{ needs.release-please.outputs.release_created == 'true' }}
uses: JorisJonkers-dev/github-workflows/.github/workflows/publish-api-clients.yml@f6c2969d7f1f4555da3b2cf46ce6a9b364c471b3 # v0.12.0
uses: JorisJonkers-dev/github-workflows/.github/workflows/publish-api-clients.yml@4b444f9a50edf76e4aea4148d73407c34a1e43a4 # v0.12.1
permissions:
contents: read
packages: write
Expand All @@ -65,4 +65,4 @@ jobs:
dry-run: false
secrets:
packages-token: ${{ secrets.GITHUB_TOKEN }}
node-auth-token: ${{ secrets.GITHUB_TOKEN }}
node-auth-token: ${{ secrets.GITHUB_TOKEN }}
Loading