Skip to content

Commit

Permalink
somehow < and > break the markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakilon committed May 16, 2020
1 parent 439c1aa commit a74b504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ For example I am now updating my web home page using it. If you want to do the s
2. create a Service account without any permissions and download its key file
3. add it in the bucket's permissions settings as Object Admin (finding it by its email)
4. make a Github repo and a directory in it with the same name as your bucket (designed to be able to update multiple buckets from a single repo)
5. in the Secrets tab of repo settings add a secret named "secrets" in the folllowing format: "<bucket1 name> <base64 of the key file> <bucket2 name> <base64 of the key file> ..."
5. in the Secrets tab of repo settings add a secret named "secrets" in the folllowing format: `<bucket1 name> <base64 of the key file> <bucket2 name> <base64 of the key file> ...`
6. add a Workflow to your repo like this: https://github.com/Nakilon/www-nakilon-pro/blob/master/.github/workflows/sync_with_gcs.yaml

0 comments on commit a74b504

Please sign in to comment.