Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
runs-on: ubuntu-latest
snapshot: true

permissions:
contents: read
Expand Down
5 changes: 2 additions & 3 deletions inst/templates/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
runs-on: ubuntu-latest
container:
image: ghcr.io/api2r/pkgskills-ci:release
snapshot: true

permissions:
contents: read
Expand All @@ -26,8 +25,8 @@ jobs:

- uses: ./.github/workflows/install
with:
use-container: "true"
token: ${{ secrets.GITHUB_TOKEN }}
cache-version: copilot
needs: build, check, website
# Extra packages include things referenced in skills, to make sure the
# agent has them available.
Expand Down
Loading