Skip to content

Commit

Permalink
workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Apr 18, 2024
1 parent 0a2cd30 commit ca72f7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ jobs:
# To enable create a API-Token in Sentry (User settings, API keys)
# Enter this token as a GitHub secret (with name SENTRY_AUTH_TOKEN) in the repository options
# Then uncomment and customize the following block:
sentry: true
sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
sentry-url: "https://sentry.io"
sentry-org: "mcm4iob"
sentry-project: "iobroker-pid"
sentry-version-prefix: "iobroker.pid"
# If your sentry project is linked to a GitHub repository, you can enable the following option
sentry-github-integration: true
#sentry: true
#sentry-token: ${{ secrets.SENTRY_AUTH_TOKEN }}
#sentry-url: "https://sentry.io"
#sentry-org: "mcm4iob"
#sentry-project: "iobroker-pid"
#sentry-version-prefix: "iobroker.pid"
## If your sentry project is linked to a GitHub repository, you can enable the following option
#sentry-github-integration: true
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Values in the 'control' - channel have to be set with ack=false to trigger an ac
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
- (mcm1957) Workflow has been fixed

### 0.4.0 (2024-04-18)
- (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
- (mcm1957) Dependencies have been updated
Expand Down

0 comments on commit ca72f7f

Please sign in to comment.