We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e5706 commit dc563f2Copy full SHA for dc563f2
docs/CircleCI-API.md
@@ -6,20 +6,7 @@
6
## Authentication
7
8
* generate [Personal API Token](https://app.circleci.com/settings/user/tokens) which is associated with a user
9
-
10
-* save token in ```~/.circleci.creds``` formatted like
11
12
-```ini
13
-# created 8 Jan '22 - personal access token for Dave
14
-PERSONAL_API_TOKEN=1234567890abcdef
15
-```
16
17
-* extract using something like
18
19
-```bash
20
-~> PERSONAL_API_TOKEN=$(grep PERSONAL_API_TOKEN ~/.circleci.creds | sed -e 's|^.*=||g')
21
-~>
22
+ and assign it to the environment variable ```PERSONAL_API_TOKEN```
23
24
* test the token works
25
0 commit comments