Skip to content

Commit

Permalink
Add warning for GitHub runners
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Nov 1, 2022
1 parent c861e2d commit e7e3b52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/drivers/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ class Github {

async startRunner(opts) {
const { workdir, single, name, labels, env } = opts;


this.warn('cloud credentials are no longer available on self-hosted runner steps; please use step.env and secrets instead');

try {
const runnerCfg = resolve(workdir, '.runner');

Expand Down

2 comments on commit e7e3b52

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.