Skip to content

Commit

Permalink
Merge pull request #5 from ImDevinC/revert
Browse files Browse the repository at this point in the history
Revert "Merge pull request #3 from ImDevinC/feat-pass-secret"
  • Loading branch information
ImDevinC committed Jan 28, 2024
2 parents 0f2a1a8 + 3b3b404 commit ca22b12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/shared-bump-semver-tags.yaml
Expand Up @@ -8,8 +8,6 @@ on:
default: true
required: false
type: boolean
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
bump-tag-version:
Expand Down Expand Up @@ -53,4 +51,4 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git tag -fa v${{ steps.parse.outputs.major-version }} -m "Update v${{ steps.parse.outputs.major-version }} tag"
git push origin v${{ steps.parse.outputs.major-version }} --force
git push origin v${{ steps.parse.outputs.major-version }} --force
2 changes: 0 additions & 2 deletions .github/workflows/shared-publish-docker.yaml
Expand Up @@ -6,8 +6,6 @@ on:
default: "linux/amd64,linux/arm64"
required: false
type: string
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
publish:
Expand Down

0 comments on commit ca22b12

Please sign in to comment.