Skip to content

Commit

Permalink
Use ack environment with PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Sep 12, 2023
1 parent 1ccb84d commit ba2e72b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/ansible/projects/86
github-token: ${{ secrets.GITHUB_TOKEN }}
# Do not use secrets.GITHUB_TOKEN here because it does not have
# access to projects. Only personal access tokens (PAT) can be used.
github-token: ${{ secrets.BOT_PAT }}
# labeled: skip-changelog
# label-operator: NOT

Expand Down

0 comments on commit ba2e72b

Please sign in to comment.