Skip to content

Commit

Permalink
More BOT_PATH fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Mar 11, 2024
1 parent 7b3aa5b commit 2389ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
ack:
runs-on: ubuntu-latest
environment: ack
env:
BOT_PAT: ${{ secrets.BOT_PAT }}
permissions:
checks: write
contents: write # needed to update release
Expand Down Expand Up @@ -61,8 +63,6 @@ jobs:

- name: Add issue or pull-request to 'devtools' project
# Workaround for running this step only if BOT_PAT secret is found
env:
BOT_PAT: ${{ secrets.BOT_PAT }}
if: env.BOT_PAT != null
uses: actions/add-to-project@main
with:
Expand Down

0 comments on commit 2389ec0

Please sign in to comment.