Skip to content

Commit

Permalink
fix template workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Pranav Singh <[email protected]>
  • Loading branch information
theBeginner86 committed Jan 22, 2024
1 parent 0af0a19 commit 6feabf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow-templates/file-uploadTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
path: action
repository: layer5labs/meshmap-snapshot
- id: test_result
uses: layer5labs/MeshMap-Snapshot@v0.1.5
uses: layer5labs/MeshMap-Snapshot@v0.2.1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }} # github's personal access token example: "ghp_...."
providerToken: ${{ secrets.PROVIDER_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/url-uploadTemplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path: action
repository: layer5labs/meshmap-snapshot
- id: test_result
uses: layer5labs/MeshMap-Snapshot@v0.1.5
uses: layer5labs/MeshMap-Snapshot@v0.2.1
with:
githubToken: ${{ secrets.GITHUB_TOKEN }} # github's personal access token example: "ghp_...."
providerToken: ${{ secrets.PROVIDER_TOKEN }} # Meshery Cloud Authentication token, signin to meshery-cloud to get one, example: ey.....
Expand Down

0 comments on commit 6feabf2

Please sign in to comment.