Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Jan 12, 2024
2 parents ca4d0bb + 9d3d9e6 commit 2081f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ on:
types:
- opened


jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ github.token }}
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 2081f14

Please sign in to comment.