Skip to content

Commit fc005c6

Browse files
hotfix: fix create post pipeline
Signed-off-by: Tsung-Ju Lii <[email protected]>
1 parent 1aa2095 commit fc005c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create_album_post.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
jobs:
1717
create-branch-and-pr:
1818
runs-on: ubuntu-latest
19+
environment: deployment
1920

2021
steps:
2122
- name: Checkout repository
@@ -60,6 +61,9 @@ jobs:
6061
# Switch to bot account
6162
git config --global user.name 'github-actions[bot]'
6263
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
64+
env:
65+
DISCOG_KEY: ${{ secrets.DISCOG_KEY }}
66+
DISCOG_SECRET: ${{ secrets.DISCOG_SECRET }}
6367

6468
- name: Create Pull Request
6569
id: create_pr

0 commit comments

Comments
 (0)