Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-enable artifact deletion #3447

Merged
merged 2 commits into from
Dec 24, 2023

Conversation

muzimuzhi
Copy link
Contributor

Comment on lines -263 to -264
env:
GITHUB_TOKEN: ${{ secrets.GITHUBTOKEN }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This setting never worked because it used a wrong secret name, thus it was equivalent to setting an empty env GITHUB_TOKEN.

The correct name is secrets.GITHUB_TOKEN, see https://docs.github.com/en/actions/learn-github-actions/contexts#secrets-context.

@sunderme sunderme merged commit 840e270 into texstudio-org:master Dec 24, 2023
5 checks passed
@sunderme
Copy link
Member

Thanks

@muzimuzhi muzimuzhi deleted the ci/bump-delete-artifact branch December 25, 2023 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Artifacts uploaded by actions/upload-artifact@v4 are not deleted
2 participants