Skip to content

Commit

Permalink
Pipe PAT in
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
eapolinario committed Sep 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 034ca08 commit fc53755
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bump-tags.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@ on:
version:
description: "Tag name"
value: ${{ jobs.bump_version.outputs.version }}
secrets:
FLYTE_BOT_PAT:
required: true
jobs:
bump_version:
name: Bump Version
@@ -29,7 +32,7 @@ jobs:
# Generate all tags for all components
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.FLYTE_BOT_PAT }}
script: |
github.rest.git.createRef({
owner: context.repo.owner,

0 comments on commit fc53755

Please sign in to comment.