Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/repo-actions_updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Check runner status
id: runnerstatus
uses: SatelCreative/[email protected].1
uses: SatelCreative/[email protected].3
with:
github-runner-token: ${{ secrets.SELF_HOSTED_RUNNER_TOKEN }} #Should have access to manage runner
org-name: SatelCreative
Expand All @@ -26,7 +26,7 @@ jobs:
# saadmk11/github doesn't work on Self hosted runner yet
runs-on: ubuntu-latest #${{ contains(needs.self-hosted-status.outputs.runner-status, 'online') && 'self-hosted' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
# Classic personal access token with repo and workflow scope
token: ${{ secrets.REPO_WORKFLOW_ACCESS_TOKEN }}
Expand Down