Skip to content

Commit

Permalink
Changed to use GITHUB_TOKEN instead of PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
AdalbertMemSQL committed Aug 19, 2024
1 parent 7dc66f9 commit 12587a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 198 deletions.
197 changes: 0 additions & 197 deletions .github/workflow/docker.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
permissions:
contents: read
packages: write
attestations: write
id-token: write
outputs:
commit_hash: ${{ steps.get_commit_hash.outputs.commit_hash }}
sha256: ${{ steps.calculate_checksum.outputs.sha256 }}
Expand Down Expand Up @@ -126,7 +128,7 @@ jobs:
CONNECTOR_NAME: singlestore
COMMIT_HASH: ${{ needs.build-and-push-image.outputs.commit_hash }}
SHA256: ${{ needs.build-and-push-image.outputs.sha256 }}
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Clone ndc-hub repository
git clone https://github.com/hasura/ndc-hub.git
Expand Down

0 comments on commit 12587a8

Please sign in to comment.