To push container images to ghcr, you need peronal access token (PAT) - see how to create PAT
- Get PAT (personal access token)
- use thess permissions:
repo, write:packages
- export PAT:
export CR_PAT=YOUR_TOKEN
#!/usr/bin/env bash | |
# This script compare 2 files previously parsed with the "parse.sh" script | |
# First file is the "base-file" the second one is the newer version of the first one | |
# It shows the differences between the 2 files, | |
# and you can choose what you want to copy from the newer file to the base file | |
# Finally, it format the (final) base-file in a new real JSON readable file. | |
# It overwirte the first base-file (for further comparison) with the new data, and create a new json file. |
// ==UserScript== | |
// @name Spotify Auto Like with Hotkey | |
// @namespace http://tampermonkey.net/ | |
// @version 1 | |
// @description Automate liking/unliking a song on Spotify with hotkey (²) | |
// @author Garnajee | |
// @match https://open.spotify.com/* | |
// @grant none | |
// ==/UserScript== |
To push container images to ghcr, you need peronal access token (PAT) - see how to create PAT
repo, write:packages
export CR_PAT=YOUR_TOKEN