Skip to content

Commit 4c3f9ac

Browse files
simonjjCopilot
andcommitted
fix: add environment to discover job for secret access
The OIDC secrets are stored as environment secrets under 'region-discovery', so the job needs to reference that environment. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f960830 commit 4c3f9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/region-discovery.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ concurrency:
1717
jobs:
1818
discover:
1919
runs-on: ubuntu-latest
20+
environment: region-discovery
2021
outputs:
2122
data_changed: ${{ steps.commit.outputs.data_changed }}
2223
steps:
@@ -101,4 +102,4 @@ jobs:
101102

102103
- name: Deploy to GitHub Pages
103104
id: deployment
104-
uses: actions/deploy-pages@v4
105+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)