Skip to content

Akamai Purge

Actions
Purge content on the Akamai network from your Github workflow
v1.3
Latest
Star (7)

Ducksify logo

Akamai Purge Github Action

GitHub license

Description

Allows you to trigger cache invalidations directly from your Github release workflow.

Requirements

You need to declare a EDGERC secret in your repository containing the following structure :

[ccu]
client_secret = your_client_secret
host = your_host
access_token = your_access_token
client_token = your_client_token

Those values can be retrieved from your account on Akamai Control Center.

Inputs

command

Required Command to use for purge :

  • delete : Delete content
  • invalidate : Invalidate content

type

Required Type of purge :

  • cpcode : Purge by cpcode
  • tag : Purge by Cache Tag
  • url : Purge by URL

ref

Required CPCode, URL, or Cache Tag to purge

Example usage

uses: ducksify/[email protected]
id: test
env:
  EDGERC: ${{ secrets.EDGERC }}
with:
  command: 'delete'
  type: 'tag'
  ref: 'testtag'

Akamai Purge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Purge content on the Akamai network from your Github workflow
v1.3
Latest

Akamai Purge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.