Skip to content

Download private assets with PAT#4

Merged
agnesk92 merged 4 commits into
v0from
download-assets
Feb 14, 2022
Merged

Download private assets with PAT#4
agnesk92 merged 4 commits into
v0from
download-assets

Conversation

@agnesk92

Copy link
Copy Markdown
Contributor

No description provided.

@agnesk92 agnesk92 self-assigned this Feb 14, 2022
@agnesk92 agnesk92 requested a review from ddosia February 14, 2022 14:27
@agnesk92 agnesk92 changed the title ✨ downloading assets action, editorcfg Download private assets with PAY Feb 14, 2022
@agnesk92 agnesk92 changed the title Download private assets with PAY Download private assets with PAT Feb 14, 2022
exit 1
fi;

wget -q --auth-no-challenge --header='Accept:application/octet-stream' \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to use curl instead of wget so there won't be necessary to install both of them?

@@ -0,0 +1,34 @@
# Install private repo asset with PAT (Personal Access Token)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update main README as well?

@ddosia ddosia left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall +1.
But in particular I have a concern related to using docker image.
The script to access GithHub API is pretty straightforward and could have been implemented on top of yaml. With using docker one brings several variables, it could be rate limited by dockerhub and also there are some delays to build the docker image itself.

@agnesk92 agnesk92 merged commit fc81755 into v0 Feb 14, 2022
@agnesk92 agnesk92 deleted the download-assets branch February 14, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants