We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa2095 commit fc005c6Copy full SHA for fc005c6
.github/workflows/create_album_post.yaml
@@ -16,6 +16,7 @@ on:
16
jobs:
17
create-branch-and-pr:
18
runs-on: ubuntu-latest
19
+ environment: deployment
20
21
steps:
22
- name: Checkout repository
@@ -60,6 +61,9 @@ jobs:
60
61
# Switch to bot account
62
git config --global user.name 'github-actions[bot]'
63
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 }}
67
68
- name: Create Pull Request
69
id: create_pr
0 commit comments