Skip to content

Commit

Permalink
MRG: Merge pull request #10 from aerosense-ai/devops/use-fixed-subscr…
Browse files Browse the repository at this point in the history
…iption-action

Use fixed version of `octue/create-push-subscription`
  • Loading branch information
cortadocodes committed Feb 27, 2023
2 parents dab077a + b828132 commit 510bd25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: echo "${{ steps.deploy-service.outputs.url }}"

- name: Create topic and subscription
uses: octue/[email protected].1
uses: octue/[email protected].2
with:
project_name: ${{ needs.info.outputs.gcp_project_name }}
service_namespace: ${{ needs.info.outputs.gcp_resource_affix }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "panel-codes-service"
version = "0.2.1"
version = "0.2.2"
description = ""
authors = ["time-trader"]
license = "MIT"
Expand Down

0 comments on commit 510bd25

Please sign in to comment.