diff --git a/workflow-templates/file-uploadTemplate.yaml b/workflow-templates/file-uploadTemplate.yaml index 36e9ca9..ccd3eba 100644 --- a/workflow-templates/file-uploadTemplate.yaml +++ b/workflow-templates/file-uploadTemplate.yaml @@ -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..... diff --git a/workflow-templates/url-uploadTemplate.yaml b/workflow-templates/url-uploadTemplate.yaml index 17b0cd5..486663f 100644 --- a/workflow-templates/url-uploadTemplate.yaml +++ b/workflow-templates/url-uploadTemplate.yaml @@ -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.....