Skip to content

Commit

Permalink
Restore readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Harrison committed Jul 27, 2021
1 parent f889f40 commit 062f9f7
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

> First, you'll need to have a reasonably modern version of `node` handy. This won't work with versions older than 9, for instance.
Prerequisites: docker

Install project dependencies
Install the dependencies

```bash
$ npm install
Expand All @@ -29,22 +27,6 @@ $ npm test
...
```

## Access the updater image

Create a [PAT](https://github.com/settings/tokens/new) (Personal Access Token) to pull the updater image. Check the `read:packages` permission.

Export the PAT:

```
export GPR_TOKEN=_pat_with_read_packages_
```

You should now be able to run the `updater-integration.ts` test:

```
jest __tests__/updater-integration.test.ts
```

## Change action.yml

The action.yml contains defines the inputs and output for your action.
Expand Down

0 comments on commit 062f9f7

Please sign in to comment.