Skip to content

Commit

Permalink
Merge pull request #11 from Mohammed-Shoaib/create-secret
Browse files Browse the repository at this point in the history
Add instructions on creating a secret
  • Loading branch information
JasonEtco committed May 26, 2020
2 parents 8152f43 + 386125f commit 983e9c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -42,7 +42,11 @@ jobs:
GIST_ID: 123abc
```

2. 馃挵 Profit
2. [Create a secret](https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets) 馃攽 by going to **GitHub repo > Settings > Secrets > New secret** with the following:
- Name: `GH_PAT`.
- Value: The token with the `gist` scope generated previously.

3. 馃挵 Profit

### Environment variables & secrets

Expand Down

0 comments on commit 983e9c1

Please sign in to comment.