-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,21 +23,7 @@ jobs: | |
with: | ||
github_token: ${{secrets.TELEPORT_GENERIC_TOKEN}} | ||
workflow: build_pc_client.yml | ||
- name: Safe download workflow artifact | ||
uses: Legit-Labs/[email protected] | ||
with: | ||
github_token: ${{secrets.TELEPORT_RELEASES_TOKEN}} | ||
workflow: build_pc_client | ||
branch: main | ||
check_artifacts: true | ||
search_artifacts: true | ||
if_no_artifact_found: ignore | ||
- name: Download a Build Artifact | ||
uses: actions/[email protected] | ||
with: | ||
github-token: ${{secrets.TELEPORT_GENERIC_TOKEN}} | ||
# Name of the artifact to download. If unspecified, all artifacts for the run are downloaded. | ||
name: installer | ||
# Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE | ||
path: installer | ||
- name: Show | ||
run: | | ||
ls -R . | ||