Skip to content

Commit

Permalink
Revert "Update add_issue_to_project.yml" (#4841)
Browse files Browse the repository at this point in the history
Reverts #4839

Need to use a PAT for this workflow because as of 1/2024 the
GITHUB_TOKEN can not be given write access to a project board.

Refer to [possible permissions
here](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
for more information.
  • Loading branch information
nghi-ly authored Jan 31, 2024
2 parents a90d7dc + 264bdff commit b30c0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_issue_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/dbt-labs/projects/14
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.DOCS_SECRET }}

0 comments on commit b30c0ae

Please sign in to comment.