Skip to content

Commit

Permalink
keepalive: change token to push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Jul 24, 2023
1 parent 68a84a8 commit 5371c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Keepalive check
uses: gautamkrishnar/keepalive-workflow@v1
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
gh_token: ${{ secrets.INVENIOBOT_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Docker build
run: docker build ${{ matrix.cmd-args }}
Expand Down

0 comments on commit 5371c82

Please sign in to comment.