Skip to content

Commit

Permalink
Bumps up version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jul 20, 2021
1 parent 0ef4bb3 commit f5ac388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ _Optional_: Provide a sub-path to the location for application being deployed to

### `balena_secrets`

_Optional_: Provide the contents of a balena secrets.json file for authenticating against private registries.
_Optional_: Provide the contents of a balena secrets.json file for authenticating against private registries.

_Note_: If using private GitHub Packages, you must provide a Personal Access Token instead of using the builtin `secrets.GITHUB_TOKEN`. GitHub currently [does not support](https://github.community/t5/GitHub-Actions/GITHUB-TOKEN-cannot-access-private-packages/m-p/35240) pulling from private package registries using the actions token.

Expand All @@ -41,7 +41,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Balena Deploy
uses: bekriebel/balena-cli-action@v1
uses: nebraltd/balena-cli-action@v1.2
if: success()
with:
balena_api_token: ${{secrets.BALENA_API_TOKEN}}
Expand All @@ -53,4 +53,4 @@ jobs:
"password": "${{ secrets.MY_GITHUB_TOKEN }}"
}
}
```
```

0 comments on commit f5ac388

Please sign in to comment.