Skip to content

Commit

Permalink
quick fix for identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseGaud committed May 21, 2024
1 parent 9b3fead commit df744e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
# The integration identifier will be used by the Packer team to register the integration
# the expected format is packer/<GitHub Org Name>/<plugin-name>
integration_identifier: "packer/hashicorp/scaffolding"
integration_identifier: "packer/veertuinc/packer-plugin-veertu-anka"
release_version: ${{ github.event.inputs.version }}
release_sha: ${{ github.event.inputs.branch }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/notify-integration-release-via-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
# The integration identifier will be used by the Packer team to register the integration
# the expected format is packer/<GitHub Org Name>/<plugin-name>
integration_identifier: "packer/hashicorp/scaffolding"
integration_identifier: "packer/veertuinc/packer-plugin-veertu-anka"
release_version: ${{ needs.strip-version.outputs.packer-version }}
release_sha: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .web-docs/metadata.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
integration {
name = "Integration Template"
description = "This is an integration template"
identifier = "packer/hashicorp/scaffolding"
identifier = "packer/veertuinc/packer-plugin-veertu-anka"
flags = [
# Remove if the plugin does not conform to the HCP Packer requirements.
#
Expand Down

0 comments on commit df744e1

Please sign in to comment.