Skip to content

Commit

Permalink
feat: release v1
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Jan 19, 2023
1 parent bd73587 commit 1989be6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run lint
- run: npm test
- run: npm run package
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: humanitec/preview-envs-action@main
- uses: humanitec/preview-envs-action@v1
with:
humanitec-token: ${{ secrets.HUMANITEC_TOKEN }}
humanitec-org: my-org
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: humanitec/preview-envs-action@main
- uses: humanitec/preview-envs-action@v1
with:
humanitec-token: ${{ secrets.HUMANITEC_TOKEN }}
humanitec-org: my-org
Expand All @@ -72,7 +72,7 @@ jobs:
Add the following snipped after your CI step notifying Humanitec about the newly pushed image (commonly the build-push-to-humanitec step):

```yaml
- uses: humanitec/preview-envs-action@main
- uses: humanitec/preview-envs-action@v1
with:
humanitec-org: my-org
humanitec-app: my-app
Expand Down
Loading

0 comments on commit 1989be6

Please sign in to comment.