Skip to content

Commit

Permalink
Merge pull request #12 from ImDevinC/use-pat
Browse files Browse the repository at this point in the history
Pass secret
  • Loading branch information
ImDevinC committed Jan 29, 2024
2 parents 0f0e44a + cd5b8f2 commit 218b778
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/merge-bump-semver.yaml
Expand Up @@ -9,4 +9,6 @@ on:

jobs:
check-pr:
uses: ./.github/workflows/shared-bump-semver-tags.yaml
uses: ./.github/workflows/shared-bump-semver-tags.yaml
secret:
PUBLISH_PAT: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/shared-bump-semver-tags.yaml
Expand Up @@ -12,7 +12,6 @@ on:
PUBLISH_PAT:
description: "Personal Access Token for publishing packages"
required: true
type: string

jobs:
bump-tag-version:
Expand Down

0 comments on commit 218b778

Please sign in to comment.