Skip to content

Commit

Permalink
ci: fix github token in auto-add to project
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Jan 12, 2024
1 parent 4e3e3e1 commit ab158fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.ADD_TO_PROJECT_SECRET_TOKEN }}
github-token: ${{ github.token }}

0 comments on commit ab158fb

Please sign in to comment.