Skip to content

Commit

Permalink
ci: update release token reference
Browse files Browse the repository at this point in the history
Update the name of the authentication token used by the CD GitHub
Actions Workflow to reflect the new permissive permissions set on the
default repository token, resolving the CD workflow failure.
  • Loading branch information
clnsmth authored Jan 9, 2024
1 parent bf30458 commit dc80841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: RELEASE_TOKEN
token: GITHUB_TOKEN

- name: Install poetry
uses: snok/install-poetry@v1
Expand Down

0 comments on commit dc80841

Please sign in to comment.