Skip to content

Commit

Permalink
specify token to use on action to run
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 8, 2024
1 parent 56728f4 commit 394d93d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main
token: ${{ secrets.GH_PAT_SOC }}

- name: Install apt dependencies
run: sudo apt install postgis gnupg2
Expand Down
1 change: 1 addition & 0 deletions data/flensburg_sozialatlas.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/* HILFSTABELLE DER STATISTISCHEN HAUSHALTSFORMEN */
DROP TABLE IF EXISTS household_type CASCADE;

Expand Down

0 comments on commit 394d93d

Please sign in to comment.