Skip to content

Conversation

@JBWatenbergScality
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 18, 2025 07:28
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the GitHub Actions workflow to use the correct syntax for accessing the GitHub token in Docker registry authentication.

  • Changed ${{ github.token }} to ${{ secrets.GITHUB_TOKEN }} for Docker registry login

registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
password: ${{ secrets.GITHUB_TOKEN }}
Copy link

Copilot AI Jul 18, 2025

Choose a reason for hiding this comment

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

[nitpick] Using secrets.GITHUB_TOKEN is correct, but note that github.token is also valid syntax in GitHub Actions. However, secrets.GITHUB_TOKEN is the more explicit and widely recommended approach for clarity and consistency.

Copilot uses AI. Check for mistakes.
@JBWatenbergScality JBWatenbergScality deleted the JBWatenbergScality-patch-1 branch July 18, 2025 13:17
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.

2 participants