Skip to content

Commit

Permalink
Merge branch 'master' into finney/apexchart-csv-download
Browse files Browse the repository at this point in the history
  • Loading branch information
TopETH committed Nov 30, 2023
2 parents b0b74fb + cffd743 commit 0945574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- name: Get token
id: get-token
uses: topmonks/app-auth-action@v1
uses: TaoStats/app-auth-action@v1
with:
appId: ${{ secrets.PROJECTS_AND_ISSUES_APP_ID }}
appPrivateKey: ${{ secrets.PROJECTS_AND_ISSUES_APP_PRIVATE_KEY }}
- name: Add issue to project
uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/topmonks/projects/11
project-url: https://github.com/orgs/TaoStats/projects/1
github-token: ${{ steps.get-token.outputs.token }}
4 changes: 2 additions & 2 deletions .github/workflows/mark-closed-issues-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
steps:
- name: Get token
id: get-token
uses: topmonks/app-auth-action@v1
uses: TaoStats/app-auth-action@v1
with:
appId: ${{ secrets.PROJECTS_AND_ISSUES_APP_ID }}
appPrivateKey: ${{ secrets.PROJECTS_AND_ISSUES_APP_PRIVATE_KEY }}
- name: Move issue to column
uses: leonsteinhaeuser/project-beta-automations@v2.0.1
with:
gh_token: ${{ steps.get-token.outputs.token }}
organization: topmonks
organization: TaoStats
project_id: 11
resource_node_id: ${{ github.event.issue.node_id }}
status_value: ${{ github.event.issue.state_reason == 'not_planned' && 'Done' || 'To Release' }}
Expand Down

0 comments on commit 0945574

Please sign in to comment.