Skip to content

Error: Cache service responded with 403 when running a job triggered by deployment_status #341

@rgegriff

Description

@rgegriff

As the title of the issue says, I am getting an error when trying to cache node modules during a deployment_status job

      - uses: actions/setup-node@v2
        with:
          node-version: '12'
          cache: 'npm'
          cache-dependency-path: 'frontend/package-lock.json'
          registry-url: 'https://registry.npmjs.org'
      - name: Install node packages

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions