Authorization
and the value Bearer YOUR_TOKEN
.
YOUR_TOKEN
with your admin or access token.
:namespace
and :projectName
or :organisation
should be replaced with actual values that represent your project or organization.
digger/digger
. You need to set two parameters: digger-token
and digger-host
.
digger-token
: This is where you should pass your access token.
digger-host
: This should be set to https://cloud.uselemon.cloud
.
secrets.DIGGER_TOKEN
is a GitHub secret where your Digger access token is stored.
Remember to replace the version (<version>
in the example) with the actual version of the Digger action you’re using.
And that’s it! You should now be able to update, retrieve policies and issue tokens using the Digger API, as well as use your issued access tokens in your GitHub Actions.